diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-02 22:20:48 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-02 22:20:48 +0000 |
commit | 6fa4feaf2979419a6f6153ffa80c22a28f2f654f (patch) | |
tree | d45bea300482b3ccd393745abeea54df14a77f7e /rts/Makefile | |
parent | 395726c5f8e77a01074e775e838658243e39e21c (diff) | |
download | haskell-6fa4feaf2979419a6f6153ffa80c22a28f2f654f.tar.gz |
Suppress some warnings on Windows
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile index 4e1c915e50..c13e49c903 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 |