[commit: ghc] master: rts: Don't disable formatting warning in RetainerSet.c (b5739bd)

git at git.haskell.org git at git.haskell.org
Tue May 1 15:34:06 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b5739bde5dd9113c34ebacc7f85f10ba347c5850/ghc

>---------------------------------------------------------------

commit b5739bde5dd9113c34ebacc7f85f10ba347c5850
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Apr 25 10:46:48 2018 -0400

    rts: Don't disable formatting warning in RetainerSet.c
    
    This really shouldn't be necessary.


>---------------------------------------------------------------

b5739bde5dd9113c34ebacc7f85f10ba347c5850
 rts/ghc.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rts/ghc.mk b/rts/ghc.mk
index 9d1c2a5..e96e147 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -483,7 +483,6 @@ rts/sm/Compact_CC_OPTS += -Wno-inline
 rts/StgCRun_CC_OPTS += -w
 
 rts/RetainerProfile_CC_OPTS += -w
-rts/RetainerSet_CC_OPTS += -Wno-format
 # On Windows:
 rts/win32/ConsoleHandler_CC_OPTS += -w
 rts/win32/ThrIOManager_CC_OPTS += -w



More information about the ghc-commits mailing list