From: Simon Marlow Date: Tue, 5 May 2009 09:20:15 +0000 (+0000) Subject: disable a warning X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=59df5fd1bb61bb04653f55b027fd2d4606f305ac disable a warning --- diff --git a/rts/ghc.mk b/rts/ghc.mk index 2182411..4f81e10 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -277,6 +277,7 @@ sm/Storage_CC_OPTS += -Wno-strict-prototypes StgCRun_CC_OPTS += -w Typeable_CC_OPTS += -w RetainerProfile_CC_OPTS += -w +RetainerSet_CC_OPTS += -Wno-format sm/Compact_CC_OPTS += -w # On Windows: win32/ConsoleHandler_CC_OPTS += -w