summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index e49be0967c..3a6da80ebb 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -19,6 +19,7 @@ OS_TYPE = WIN32CONSOLE
CFLAGS = -Wall -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wshadow \
+ -Werror \
-fsigned-char \
-pedantic \
-D$(OS_TYPE) $(EXTRA_FLAGS) \