[GHC] #15902: dead symbol warning error in rts base

#15902: dead symbol warning error in rts base -------------------------------------+------------------------------------- Reporter: carter | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.3 Component: Compiler | Version: 8.6.2 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- rts/posix/OSMem.c:161:1: error: warning: 'post_mmap_madvise' defined but not used [-Wunused-function] post_mmap_madvise(int operation, W_ size, void *ret) ^~~~~~~~~~~~~~~~~ | 161 | post_mmap_madvise(int operation, W_ size, void *ret) OSX build env -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15902 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15902: dead symbol warning error in rts base -------------------------------------+------------------------------------- Reporter: carter | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.8.1 Component: Compiler | Version: 8.6.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed * milestone: 8.6.3 => 8.8.1 Comment: This is fixed in `master`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15902#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC