[Pkg-telepathy-commits] [libnice] 169/265: configure: Remove -Wunsafe-loop-optimizations, it causes false warnings

Simon McVittie smcv at debian.org
Wed May 14 12:05:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit 90ceccbdd4d7ffa25d787b496837e97fab583b7d
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Thu Mar 6 20:51:23 2014 -0500

    configure: Remove -Wunsafe-loop-optimizations, it causes false warnings
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

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"],[

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list