Makefile
changeset 1115 55b99683ce51
parent 1099 ad7522bd5c1c
child 1118 9156318143d5
--- a/Makefile	Sun Jan 23 14:15:42 2005 +0000
+++ b/Makefile	Sun Jan 23 15:16:47 2005 +0000
@@ -300,6 +300,7 @@
 # this is a workaround to test for >=
 ifeq ($(shell if test $(CC_VERSION) -ge 29; then echo true; fi), true)
   CFLAGS += -O -Wall -Wno-multichar -Wsign-compare -Wstrict-prototypes
+  CFLAGS += -Wwrite-strings
 endif
 ifeq ($(shell if test $(CC_VERSION) -ge 30; then echo true; fi), true)
   CFLAGS += -W -Wno-unused-parameter