mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-25 22:19: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
|
||||
mycflags="$mycflags -Wall"
|
||||
if test x"$_gcc_silent_wno" = xyes ; then
|
||||
mycflags="$mycflags -Wno-format-zero-length"
|
||||
fi
|
||||
fi
|
||||
|
||||
if test x"$_gcc_silent_wno" = xyes ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user