summaryrefslogtreecommitdiffstatshomepage
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
commit5cf7b56146264fe9cc6ca3f7594e29a1da4df624 (patch)
tree1428bfe69ba7414af6b3c9677aad93cfab428e14 /Makefile
parentf06be045fa23029451ed1ae110eb8e27f016042c (diff)
downloadmandoc-5cf7b56146264fe9cc6ca3f7594e29a1da4df624.tar.gz
mandoc-5cf7b56146264fe9cc6ca3f7594e29a1da4df624.tar.zst
mandoc-5cf7b56146264fe9cc6ca3f7594e29a1da4df624.zip
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)