summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-13 10:21:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-13 10:21:24 +0000
commitfd6f541ce489626cb695b97a00cee1e243aa40a4 (patch)
treee6351231ae08a23c10a8cc87c61d52fa63093132 /Makefile
parent734d66a40fa33f6cc0d644258eac531c1774e3b6 (diff)
downloadmandoc-fd6f541ce489626cb695b97a00cee1e243aa40a4.tar.gz
Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff259098..5815bb28 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ VERSION = 1.9.8
VDATE = 10 October 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
-CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
+CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g
CFLAGS += $(VFLAGS)
LINTFLAGS += $(VFLAGS)