summaryrefslogtreecommitdiff
path: root/src/grep.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-11-13 19:57:24 -0800
committerJim Meyering <meyering@fb.com>2020-11-26 09:26:33 -0800
commit9095818f2669ceed97c41d72c5269f60cbfa9260 (patch)
tree2faead400591e06cf007f6bf623e111f47453f38 /src/grep.c
parent623008c296577495e00325bd3640a1b0051fa044 (diff)
downloadgrep-9095818f2669ceed97c41d72c5269f60cbfa9260.tar.gz
build: update gnulib to latest for warning fixes
* gnulib: Update submodule to latest. * src/grep.c (printf_errno): Reflect gnulib's renaming: change _GL_ATTRIBUTE_FORMAT_PRINTF to _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD
Diffstat (limited to 'src/grep.c')
-rw-r--r--src/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grep.c b/src/grep.c
index cc2b962f..eb7c60e7 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -447,7 +447,7 @@ fputs_errno (char const *s)
stdout_errno = errno;
}
-static void _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2)
+static void _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD (1, 2)
printf_errno (char const *format, ...)
{
va_list ap;