From 65993999629ef686557b9bc94370fa2bdb25efb8 Mon Sep 17 00:00:00 2001 From: mom040267 Date: Fri, 27 Jun 2014 06:04:07 +0000 Subject: [PATCH] extra warnings --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9b584d6..2e15603 100755 --- a/configure +++ b/configure @@ -731,7 +731,7 @@ if ! [ ${ER} -eq 0 ] ; then ER=$? if ! [ ${ER} -eq 0 ] ; then ${ECHO_CMD} "Not an ordinary g++ compiler" - GNUOSCFLAGS="-x c++ -g -Wall -Wno-deprecated-declarations -Wextra -Wformat-security -Wpointer-arith -Wcast-qual -Wno-write-strings" + GNUOSCFLAGS="-x c++ -g -Wall -Wno-deprecated-declarations -Wextra -Wformat-security -Wpointer-arith -Wcast-qual" ${CC} -Werror ${GNUOSCFLAGS} ${TMPCPROGC} ${OSCFLAGS} -o ${TMPCPROGB} 2>>/dev/null ER=$? if ! [ ${ER} -eq 0 ] ; then