summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-27 17:27:53 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-27 17:27:53 +0000
commit9848ee54a552f599675e119e5af3d4fda821eca2 (patch)
treef6115aab7c0b50f0278a73b99555e02ea3712656 /crawl-ref/source/makefile.mgw
parenta1d56f9b8defcfbf9eef15dca800ee6241127a46 (diff)
downloadcrawl-ref-9848ee54a552f599675e119e5af3d4fda821eca2.tar.gz
crawl-ref-9848ee54a552f599675e119e5af3d4fda821eca2.zip
Added Elethiomel's superior command-help.
Added -Werror to DOS and Windows makefiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@155 c06c8d41-db1a-0410-9941-cceddc491573
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) \