mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 13:01:07 +01:00
clang: -Wno-mismatched-tags
This commit is contained in:
parent
d9abfc3955
commit
096f7b9ff7
1 changed files with 5 additions and 0 deletions
|
@ -238,6 +238,11 @@ AM_COND_IF([GCC],
|
|||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wsuggest-attribute=format], charybdis_cv_c_gcc_w_suggest_attribute_format)
|
||||
],[])
|
||||
|
||||
AM_COND_IF([CLANG],
|
||||
[
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-mismatched-tags], charybdis_cv_c_gcc_w_mismatched_tags)
|
||||
],[])
|
||||
|
||||
])
|
||||
|
||||
CPPFLAGS+="$CWARNS"
|
||||
|
|
Loading…
Reference in a new issue