From: Markus Armbruster Date: Sat, 6 Jun 2015 17:44:46 +0000 (+0200) Subject: configure: Suppress Clang warning on carg() X-Git-Tag: v4.4.0~337 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=5cff5022a9e1fe5257bf4758bafdedeb7e3f68a4 configure: Suppress Clang warning on carg() Renaming carg() would be smarter, but I'd rather do that as part of a consistent renaming of all command functions, and I'm not up to that right now. Signed-off-by: Markus Armbruster --- diff --git a/configure.ac b/configure.ac index 2d9978b18..a80a95af7 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ dnl -Wswitch-default dnl ], [], [$cflags_test]) # Our carg() conflicts with libm's TODO clean that up -MY_APPEND_COMPILE_FLAGS([-fno-builtin-carg]) +MY_APPEND_COMPILE_FLAGS([-fno-builtin-carg -Wno-incompatible-library-redeclaration]) # No multiple definitions of uninitialized global variables MY_APPEND_COMPILE_FLAGS([-fno-common])