summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Eisentraut2012-11-23 21:24:24 +0000
committerPeter Eisentraut2012-11-23 21:24:24 +0000
commitbc5430aa95ac672a82bedb88e3f5081a8fdadb1c (patch)
tree620e1759e606ce4bff956c6a4c9fc85d20f90c98 /configure.in
parentc50b8a4637bcaab2f0e1fb69c39fdcec7e535874 (diff)
Remove -Wlogical-op from standard compiler flags
It creates too many warnings with GCC 4.3 and 4.4.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e691b1d0bf9..2dee4b392b1 100644
--- a/configure.in
+++ b/configure.in
@@ -410,7 +410,6 @@ if test "$GCC" = yes -a "$ICC" = no; then
# These work in some but not all gcc versions
PGAC_PROG_CC_CFLAGS_OPT([-Wdeclaration-after-statement])
PGAC_PROG_CC_CFLAGS_OPT([-Wendif-labels])
- PGAC_PROG_CC_CFLAGS_OPT([-Wlogical-op])
PGAC_PROG_CC_CFLAGS_OPT([-Wmissing-format-attribute])
# This was included in -Wall/-Wformat in older GCC versions
PGAC_PROG_CC_CFLAGS_OPT([-Wformat-security])