diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-13 10:21:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-13 10:21:24 +0000 |
commit | fd6f541ce489626cb695b97a00cee1e243aa40a4 (patch) | |
tree | e6351231ae08a23c10a8cc87c61d52fa63093132 /Makefile | |
parent | 734d66a40fa33f6cc0d644258eac531c1774e3b6 (diff) | |
download | mandoc-fd6f541ce489626cb695b97a00cee1e243aa40a4.tar.gz |
Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |