summaryrefslogtreecommitdiff
path: root/rts/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2008-09-09 13:43:02 +0000
committerSimon Marlow <marlowsd@gmail.com>2008-09-09 13:43:02 +0000
commit53e85ba144b56a4380e1dba2ef272da61650bcfa (patch)
tree0f7ff9339f8c972ce486b42147b8e7276f87140d /rts/Makefile
parent848dafe81b0b7e3564c09109a2f30b598235c555 (diff)
downloadhaskell-53e85ba144b56a4380e1dba2ef272da61650bcfa.tar.gz
un-disable warnings in some modules
Diffstat (limited to 'rts/Makefile')
-rw-r--r--rts/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/Makefile b/rts/Makefile
index 09f5766dd4..9d5d6ec539 100644
--- a/rts/Makefile
+++ b/rts/Makefile
@@ -217,9 +217,6 @@ sm/Compact_CC_OPTS += -w
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