From: Karl Berry Date: Sun, 31 Dec 2023 16:33:17 +0000 (-0800) Subject: autoupdate X-Git-Tag: v1.0~552 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=4f6545e79c4a7cd7feb2c8f23f1d5167e7165907;p=gnulib.git autoupdate --- diff --git a/lib/regex.c b/lib/regex.c index f050ba8de4..3beb0deb98 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -26,6 +26,10 @@ # pragma GCC diagnostic ignored "-Wsuggest-attribute=pure" # pragma GCC diagnostic ignored "-Wvla" # endif +# if __GNUC_PREREQ (4, 3) +# pragma GCC diagnostic ignored "-Wold-style-definition" +# pragma GCC diagnostic ignored "-Wtype-limits" +# endif #endif /* Make sure no one compiles this code with a C++ compiler. */