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:
parent
b824134240
commit
5cff5022a9
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue