]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: update GCC version comment
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Feb 2024 05:48:15 +0000 (21:48 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Feb 2024 08:29:59 +0000 (00:29 -0800)
* src/copy.c: Update comment.

src/copy.c

index ccdc4590809a7c90cba47ecf88efec5856979b8a..12845eefd6b144bd5177289ef038ecaa31799eef 100644 (file)
@@ -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