Suppress some warnings on Windows
authorIan Lynagh <igloo@earth.li>
Sun, 2 Sep 2007 22:20:48 +0000 (22:20 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 2 Sep 2007 22:20:48 +0000 (22:20 +0000)
rts/Makefile

index 4e1c915..c13e49c 100644 (file)
@@ -175,6 +175,13 @@ StgCRun_CC_OPTS += -w
 Typeable_CC_OPTS += -w
 RetainerProfile_CC_OPTS += -w
 sm/Compact_CC_OPTS += -w
 Typeable_CC_OPTS += -w
 RetainerProfile_CC_OPTS += -w
 sm/Compact_CC_OPTS += -w
+# On Windows:
+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
 # 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