summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-03-06 20:51:23 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-03-06 20:51:23 -0500
commit90ceccbdd4d7ffa25d787b496837e97fab583b7d (patch)
tree1a8f19db4484630d1daf078b7f605127c3e330ee /configure.ac
parent4f7c0773c08850a3b561c82a450ee1a2631d92ca (diff)
configure: Remove -Wunsafe-loop-optimizations, it causes false warnings
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d1ad2d5..d84f114 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,6 @@ AS_IF([test "$enable_compile_warnings" = "maximum" -o \
"$enable_compile_warnings" = "error"],[
NICE_ADD_FLAG([-Wswitch-enum])
NICE_ADD_FLAG([-Wswitch-default])
- NICE_ADD_FLAG([-Wunsafe-loop-optimizations])
NICE_ADD_FLAG([-Waggregate-return])
])
AS_IF([test "x$enable_compile_warnings" = "xerror"],[