mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Maintainer mode implies additional GCC warnings.
This commit is contained in:
parent
e4b55374d8
commit
d579b0bc77
@ -543,7 +543,13 @@ if test "$GLIBC21" != yes; then
|
||||
AC_DEFINE(USE_INCLUDED_REGEX, 1, [Use the regex included here])
|
||||
fi
|
||||
|
||||
ri_GCC_WARNINGS()
|
||||
if test x"$USE_MAINTAINER_MODE" = x"yes"; then
|
||||
if test x"${enable_gcc_warnings+set}" != x"set"; then
|
||||
enable_gcc_warnings=yes
|
||||
fi
|
||||
fi
|
||||
|
||||
ri_GCC_WARNINGS
|
||||
|
||||
AC_SUBST(CFLAGS)
|
||||
AC_SUBST(CPPFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user