Remove -Wno-unused from compile-time options; this prevents catching

of MANY possible problems.  LCDproc should compile cleanly without
warnings WITHOUT this set.
This commit is contained in:
ddouthitt
2001-10-06 00:31:08 +00:00
parent df90652a8b
commit a070f75d4b
+2 -1
View File
@@ -25,7 +25,8 @@ AC_MSG_RESULT($debug)
if test $debug = "yes"; then
CFLAGS="-g"
else
CFLAGS="-Wno-unused -O6"
dnl CFLAGS="-Wno-unused -O6"
CFLAGS="-O6"
fi
CFLAGS="-Wall $CFLAGS"
export CFLAGS