Enable strict-aliasing warnings, we should really get rid of them

This commit is contained in:
Martin Willi
2011-05-24 12:04:35 +02:00
parent d45b242b60
commit 8ed3c9fba5
+1 -1
View File
@@ -187,7 +187,7 @@ dnl set up compiler and flags
dnl ========================= dnl =========================
if test -z "$CFLAGS"; then if test -z "$CFLAGS"; then
CFLAGS="-g -O2 -Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing" CFLAGS="-g -O2 -Wall -Wno-format -Wno-pointer-sign"
fi fi
AC_PROG_CC AC_PROG_CC
AC_LIB_PREFIX AC_LIB_PREFIX