mirror of
https://github.com/matrix-construct/construct
synced 2025-01-09 14:25:56 +01:00
configure: Fix missing result message for enable every warning.
This commit is contained in:
parent
c7a89fcd89
commit
8f4fe45034
1 changed files with 3 additions and 0 deletions
|
@ -983,6 +983,7 @@ AC_MSG_CHECKING(whether to enable warning discovery)
|
||||||
AC_ARG_ENABLE(every-warning,
|
AC_ARG_ENABLE(every-warning,
|
||||||
RB_HELP_STRING([--enable-every-warning], [Enable warning discovery (-Weverything)]),
|
RB_HELP_STRING([--enable-every-warning], [Enable warning discovery (-Weverything)]),
|
||||||
[
|
[
|
||||||
|
AC_MSG_RESULT([yes])
|
||||||
RB_MAYBE_CWARN([-Weverything], charybdis_cv_c_gcc_w_everything)
|
RB_MAYBE_CWARN([-Weverything], charybdis_cv_c_gcc_w_everything)
|
||||||
|
|
||||||
dnl Ignored a priori
|
dnl Ignored a priori
|
||||||
|
@ -1020,6 +1021,8 @@ RB_HELP_STRING([--enable-every-warning], [Enable warning discovery (-Weverything
|
||||||
dnl Ignored with issue high priority
|
dnl Ignored with issue high priority
|
||||||
RB_MAYBE_CWARN([-Wno-reserved-identifier], charybdis_cv_c_gcc_w_no_reserved_identifier)
|
RB_MAYBE_CWARN([-Wno-reserved-identifier], charybdis_cv_c_gcc_w_no_reserved_identifier)
|
||||||
RB_MAYBE_CWARN([-Wno-reserved-macro-identifier], charybdis_cv_c_gcc_w_no_reserved_macro_identifier)
|
RB_MAYBE_CWARN([-Wno-reserved-macro-identifier], charybdis_cv_c_gcc_w_no_reserved_macro_identifier)
|
||||||
|
], [
|
||||||
|
AC_MSG_RESULT([no])
|
||||||
])
|
])
|
||||||
|
|
||||||
AM_COND_IF_NOT([UNTUNED],
|
AM_COND_IF_NOT([UNTUNED],
|
||||||
|
|
Loading…
Reference in a new issue