diff options
author | Martin Willi <martin@revosec.ch> | 2011-05-24 12:04:35 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2011-05-24 12:04:35 +0200 |
commit | 8ed3c9fba5c07dd2fa59799d2fb1c64ee1aed359 (patch) | |
tree | 57eb2084732477db2e76c1719277b3ed8627672c | |
parent | d45b242b6041d21e1cae3add18b7c69f5e45b940 (diff) | |
download | strongswan-8ed3c9fba5c07dd2fa59799d2fb1c64ee1aed359.tar.bz2 strongswan-8ed3c9fba5c07dd2fa59799d2fb1c64ee1aed359.tar.xz |
Enable strict-aliasing warnings, we should really get rid of them
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |