summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Reh <sefi@s-e-f-i.de>2009-02-20 18:55:15 +0100
committerPhilipp Reh <sefi@s-e-f-i.de>2009-02-20 18:55:15 +0100
commit0ecb0f815acfcf5849d5333c6e585584e93649f7 (patch)
treee3beccd331c31cf00749926f73ff133fbade34c9 /Makefile
parentbcd2d0a55d0f4af08360a650f2f2963543465987 (diff)
Added -Wconverison and fixed the warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c810ef6..af89248 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX ?= /usr
-OPTS=-Wall -Wextra -ansi -pedantic-errors $(CXXFLAGS)
+OPTS=-Wall -Wextra -ansi -pedantic-errors -Wconversion $(CXXFLAGS)
DICTIONARY_PATH=$(PREFIX)/share/jmdict
DICTIONARY_NAME="\"$(DICTIONARY_PATH)/database\""
BINDIR=${DESTDIR}${PREFIX}/bin