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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user