=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.225 retrieving revision 1.226 diff -u -p -r1.225 -r1.226 --- mandoc/Makefile 2009/10/10 18:43:55 1.225 +++ mandoc/Makefile 2009/10/13 10:21:24 1.226 @@ -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)