summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.unix
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-05 06:13:08 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-05 06:13:08 +0000
commitfe9c5c6fd2b9eba6e6454fa47217beece5b6dcf7 (patch)
treeab3e94c173308470a13f141a5d2b16cc5b709118 /crawl-ref/source/makefile.unix
parent4f8425fbbcbc232d6c009eaa391e362492bc9ddf (diff)
downloadcrawl-ref-fe9c5c6fd2b9eba6e6454fa47217beece5b6dcf7.tar.gz
crawl-ref-fe9c5c6fd2b9eba6e6454fa47217beece5b6dcf7.zip
Drop -Wconversion; it complains about implicit signed->unsigned conversions on
newer gccs. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1536 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.unix')
-rw-r--r--crawl-ref/source/makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix
index 1763e19458..f67953792c 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -87,7 +87,7 @@ LIB = -lncurses -L$(LUASRC) -l$(LUALIB) $(LIBDBM)
INCLUDES := $(INCLUDES) -Iutil -I. -I$(LUASRC) $(EXTRA_INCLUDES)
CFWARN := -Wall -Wwrite-strings \
- -Wshadow -Wconversion -pedantic
+ -Wshadow -pedantic
CFOTHERS := -fsigned-char -D$(OS_TYPE) $(EXTRA_FLAGS)