strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45b242
)
Enable strict-aliasing warnings, we should really get rid of them
author
Martin Willi
<martin@revosec.ch>
Tue, 24 May 2011 10:04:35 +0000
(12:04 +0200)
committer
Martin Willi
<martin@revosec.ch>
Tue, 24 May 2011 10:04:35 +0000
(12:04 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
027347d
..
cc60089
100644
(file)
--- 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