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
|
if test $debug = "yes"; then
|
||||||
CFLAGS="-g"
|
CFLAGS="-g"
|
||||||
else
|
else
|
||||||
CFLAGS="-Wno-unused -O6"
|
dnl CFLAGS="-Wno-unused -O6"
|
||||||
|
CFLAGS="-O6"
|
||||||
fi
|
fi
|
||||||
CFLAGS="-Wall $CFLAGS"
|
CFLAGS="-Wall $CFLAGS"
|
||||||
export CFLAGS
|
export CFLAGS
|
||||||
|
|||||||
Reference in New Issue
Block a user