mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
configure: Add -Wno-unknown-warning-option for clang only for GCC conflict noise.
This commit is contained in:
parent
30ee090663
commit
e0e36dfabd
1 changed files with 1 additions and 0 deletions
|
@ -682,6 +682,7 @@ AM_COND_IF([CLANG],
|
||||||
[
|
[
|
||||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-mismatched-tags], charybdis_cv_c_gcc_w_mismatched_tags)
|
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-mismatched-tags], charybdis_cv_c_gcc_w_mismatched_tags)
|
||||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-format-security], charybdis_cv_c_gcc_w_format_security)
|
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-format-security], charybdis_cv_c_gcc_w_format_security)
|
||||||
|
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-unknown-warning-option], charybdis_cv_c_gcc_w_unknown_warning_option)
|
||||||
],[])
|
],[])
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue