From: Simon Marlow Date: Tue, 9 Sep 2008 13:43:02 +0000 (+0000) Subject: un-disable warnings in some modules X-Git-Tag: 2008-09-12~38 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=53e85ba144b56a4380e1dba2ef272da61650bcfa un-disable warnings in some modules --- diff --git a/rts/Makefile b/rts/Makefile index 09f5766..9d5d6ec 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -217,9 +217,6 @@ sm/Compact_CC_OPTS += -w win32/ConsoleHandler_CC_OPTS += -w win32/ThrIOManager_CC_OPTS += -w win32/Ticker_CC_OPTS += -w -Threads_CC_OPTS += -w -Capability_CC_OPTS += -w -Schedule_CC_OPTS += -w # The above warning supression flags are a temporary kludge. # While working on this module you are encouraged to remove it and fix # any warnings in the module. See