mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
This commit is contained in:
parent
63cae58f20
commit
8da4a08bbd
@ -1,3 +1,7 @@
|
|||||||
|
2004-10-24 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
* configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
|
||||||
|
|
||||||
2004-10-23 Roland Illig <roland.illig@gmx.de>
|
2004-10-23 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
* TODO: Check proper quoting in vfs/extfs/*.
|
* TODO: Check proper quoting in vfs/extfs/*.
|
||||||
|
@ -552,9 +552,11 @@ fi
|
|||||||
|
|
||||||
if test x"$USE_MAINTAINER_MODE" = x"yes"; then
|
if test x"$USE_MAINTAINER_MODE" = x"yes"; then
|
||||||
if test x"${enable_gcc_warnings+set}" != x"set"; then
|
if test x"${enable_gcc_warnings+set}" != x"set"; then
|
||||||
|
if test x"${GCC}" = x"yes"; then
|
||||||
CFLAGS="-Wall $CFLAGS"
|
CFLAGS="-Wall $CFLAGS"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
ri_GCC_WARNINGS
|
ri_GCC_WARNINGS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user