mirror of
https://github.com/matrix-construct/construct
synced 2025-02-19 18:20:19 +01:00
configure: Suppress unknown pragma warnings in non-debug mode.
This commit is contained in:
parent
27146c471c
commit
cc8f36ea7f
1 changed files with 1 additions and 0 deletions
|
@ -755,6 +755,7 @@ AM_COND_IF([DEBUG],
|
|||
], [
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wmissing-noreturn], charybdis_cv_c_gcc_w_missing_noreturn)
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-unknown-attributes], charybdis_cv_c_gcc_w_unknown_attributes)
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-unknown-pragmas], charybdis_cv_c_gcc_w_unknown_pragmas)
|
||||
])
|
||||
|
||||
dnl
|
||||
|
|
Loading…
Add table
Reference in a new issue