diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-07-04 04:48:07 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-09-22 15:18:10 +0200 |
commit | 187192a61a57bdb461b655931618aee80f0928a9 (patch) | |
tree | 38db7a93bb6e5bd0fb20d7f8c50ab448c6ac0dea /rts/ghc.mk | |
parent | 96adf1798527e1974a5daa196b50ef2840106c3c (diff) | |
download | haskell-187192a61a57bdb461b655931618aee80f0928a9.tar.gz |
rts: RetainerProfile.c: Re-enable and fix warnings
Turns out some genius disabled warnings for RetainerProfile.c in the build
system. That would have been good to know about five silent type mismatch
crashes ago.. :)
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index d913a9c695..9cd66920c7 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -504,7 +504,6 @@ rts/sm/Compact_CC_OPTS += -Wno-inline # emits warnings about call-clobbered registers on x86_64 rts/StgCRun_CC_OPTS += -w -rts/RetainerProfile_CC_OPTS += -w # On Windows: rts/win32/ConsoleHandler_CC_OPTS += -w rts/win32/ThrIOManager_CC_OPTS += -w |