mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue