From: bodea Date: Thu, 13 Jan 2005 07:59:52 +0000 (+0000) Subject: add format string warnings X-Git-Tag: release_2_0_15~4 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/675715764fcf31c1e5f1d0e851e5b30498724022?ds=inline add format string warnings --- 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