mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
configure: No -Werror=return-type for clang due to remaining extern C linkage complaints.
This commit is contained in:
parent
fc89e02ff7
commit
30ee090663
1 changed files with 4 additions and 1 deletions
|
@ -631,7 +631,10 @@ dnl
|
|||
|
||||
dnl Uninitialized return values are not useful in this project; forgetting
|
||||
dnl to return from a function is always a developer mistake here.
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Werror=return-type], charybdis_cv_c_gcc_w_error_return_type)
|
||||
AM_COND_IF([GCC],
|
||||
[
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Werror=return-type], charybdis_cv_c_gcc_w_error_return_type)
|
||||
])
|
||||
|
||||
dnl
|
||||
dnl List of warnings we suppress:
|
||||
|
|
Loading…
Add table
Reference in a new issue