From 675715764fcf31c1e5f1d0e851e5b30498724022 Mon Sep 17 00:00:00 2001 From: bodea Date: Thu, 13 Jan 2005 07:59:52 +0000 Subject: [PATCH] add format string warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bff86f..c0cfce8 100644 --- 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 -- 2.20.1