From cefcc0426613cc761373e785980c87c77f8a8cb5 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 23 May 2014 21:33:43 +0000 Subject: "const correctness" cleanup added the following default flags: -Wformat -Wformat-security -Wmultichar -Wwrite-strings fixed several other warnings --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ebc1661..56dc343 100755 --- a/configure +++ b/configure @@ -15314,7 +15314,8 @@ LT_CV_OBJDIR=$lt_cv_objdir ### Default CFLAGS -DEFAULT_CFLAGS="-Wall -Wcast-align -Wstrict-prototypes \ +DEFAULT_CFLAGS="-Wall -Wformat -Wformat-security \ +-Wmultichar -Wwrite-strings -Wcast-align -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith \ -Wnested-externs -D_REENTRANT" -- cgit v1.2.3