From 6fa4feaf2979419a6f6153ffa80c22a28f2f654f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 2 Sep 2007 22:20:48 +0000 Subject: [PATCH] Suppress some warnings on Windows --- rts/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rts/Makefile b/rts/Makefile index 4e1c915..c13e49c 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -175,6 +175,13 @@ StgCRun_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 -- 1.7.10.4