From 59df5fd1bb61bb04653f55b027fd2d4606f305ac Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 5 May 2009 09:20:15 +0000 Subject: [PATCH] disable a warning --- rts/ghc.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4