From 1b9935cf36e83b389cb26008df93a654af3f2074 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 7 May 2017 21:28:05 -0700 Subject: Add missing const and add warning flags --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4182f9a..2327929 100755 --- a/configure +++ b/configure @@ -374,7 +374,7 @@ fi # a final configuration tuning $cc -v --help > cc_help.txt 2>&1 -W_OPTIONS="declaration-after-statement" +W_OPTIONS="declaration-after-statement undef strict-prototypes write-strings" for i in $W_OPTIONS; do O_PRESENT="$(grep -- -W$i cc_help.txt)" if test -n "$O_PRESENT"; then CFLAGS="$CFLAGS -W$i"; fi -- cgit v1.3.1