From: Paul Eggert Date: Sun, 18 Feb 2024 05:48:15 +0000 (-0800) Subject: maint: update GCC version comment X-Git-Tag: v9.5~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e298046727acd4f48e5d8bfdef447c88eca54609;p=thirdparty%2Fcoreutils.git maint: update GCC version comment * src/copy.c: Update comment. --- diff --git a/src/copy.c b/src/copy.c index ccdc459080..12845eefd6 100644 --- a/src/copy.c +++ b/src/copy.c @@ -766,7 +766,7 @@ copy_attr (char const *src_path, int src_fd, ? check_selinux_attr : nullptr); # if 4 < __GNUC__ + (8 <= __GNUC_MINOR__) - /* Pacify gcc -Wsuggest-attribute=format through at least GCC 11.2.1. */ + /* Pacify gcc -Wsuggest-attribute=format through at least GCC 13.2.1. */ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wsuggest-attribute=format" # endif