From e298046727acd4f48e5d8bfdef447c88eca54609 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 17 Feb 2024 21:48:15 -0800 Subject: [PATCH] maint: update GCC version comment * src/copy.c: Update comment. --- src/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/copy.c b/src/copy.c index ccdc45908..12845eefd 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 -- 2.11.4.GIT