1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-30 22:08:02 +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:
Werner Koch 2021-05-04 12:47:44 +02:00
parent b203325ce1
commit 26de9c400e
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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