From 8ed3c9fba5c07dd2fa59799d2fb1c64ee1aed359 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 24 May 2011 12:04:35 +0200 Subject: [PATCH] Enable strict-aliasing warnings, we should really get rid of them --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 027347d27..cc6008978 100644 --- a/configure.in +++ b/configure.in @@ -187,7 +187,7 @@ dnl set up compiler and flags dnl ========================= 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 AC_PROG_CC AC_LIB_PREFIX