mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
build: Silence a cimpiler warning also in non-maintainer mode.
-- This yields less warnings during a release build.
This commit is contained in:
parent
b203325ce1
commit
26de9c400e
@ -1643,6 +1643,9 @@ if test "$GCC" = yes; then
|
|||||||
|
|
||||||
else
|
else
|
||||||
mycflags="$mycflags -Wall"
|
mycflags="$mycflags -Wall"
|
||||||
|
if test x"$_gcc_silent_wno" = xyes ; then
|
||||||
|
mycflags="$mycflags -Wno-format-zero-length"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$_gcc_silent_wno" = xyes ; then
|
if test x"$_gcc_silent_wno" = xyes ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user