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 <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2015-06-06 19:44:46 +02:00
parent b824134240
commit 5cff5022a9

View file

@ -109,7 +109,7 @@ dnl -Wswitch-default dnl
], [], [$cflags_test]) ], [], [$cflags_test])
# Our carg() conflicts with libm's TODO clean that up # 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 # No multiple definitions of uninitialized global variables
MY_APPEND_COMPILE_FLAGS([-fno-common]) MY_APPEND_COMPILE_FLAGS([-fno-common])