X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=rts%2FMakefile;h=c13e49c903f6827ec1fc97e6853180a51b3c7803;hb=62bad18960643f862bba8f14c31cce15b287fb81;hp=4e1c915e509b65dae3a0b124a0513d42d6f4e146;hpb=d759c7231dde979ed2824bd39b2fdff24357d355;p=ghc-hetmet.git 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