add format string warnings
authorbodea <bodea>
Thu, 13 Jan 2005 07:59:52 +0000 (07:59 +0000)
committerbodea <bodea>
Thu, 13 Jan 2005 07:59:52 +0000 (07:59 +0000)
Makefile

index 0bff86f..c0cfce8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ CC = gcc
 LD = gcc
 INCLUDES = -I.
 CPPFLAGS = $(INCLUDES) $(DEFINES)
-CFLAGS = -Wall $(OPTIM)
+CFLAGS = -Wall -Wformat-security -Wno-format-zero-length $(OPTIM)
 LDFLAGS =
 LDLIBS =
 INSTALL = install -c -D -o root -g root