mirror of https://github.com/MidnightCommander/mc
--enable-maintainer-mode does not imply --enable-gcc-warnings. I think that would be too annoying to most developers.
This commit is contained in:
parent
bc8127ded6
commit
cb4e8787ab
|
@ -545,7 +545,7 @@ fi
|
|||
|
||||
if test x"$USE_MAINTAINER_MODE" = x"yes"; then
|
||||
if test x"${enable_gcc_warnings+set}" != x"set"; then
|
||||
enable_gcc_warnings=yes
|
||||
CFLAGS="-Wall $CFLAGS"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue