0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 09:28:21 +02:00

configure: Suppress unknown pragma warnings in non-debug mode.

This commit is contained in:
Jason Volk 2020-04-18 00:16:17 -07:00
parent 27146c471c
commit cc8f36ea7f

View file

@ -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