From 5cb38ce3903b5c33750cd52f983a8f68f945c7dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Oct 2011 11:40:42 +0200 Subject: build: update to latest gnulib and adapt Mark functions as pure of const, per recommendations enabled by new gcc -W options. Apply _GL_ATTRIBUTE_PURE and _GL_ATTRIBUTE_CONST. * src/common.h: Apply new function attributes. * src/pch.c: Likewise. * src/pch.h: Likewise. * src/util.c: Likewise. * src/util.h: Likewise. * configure.ac: Use -Wno-format-nonliteral. * m4/.gitignore: Update. * gnulib: Update to latest. * cfg.mk: Exempt src/util.c from two tests, to avoid new "make syntax-check" failures. --- gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnulib/lib/savewd.c') diff --git a/gnulib b/gnulib index 17857d4..443bc5f 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 17857d41b41e7b22ba58e4e0d98693ee14f022d4 +Subproject commit 443bc5ffcf7429e557f4a371b0661abe98ddbc13 -- cgit v1.2.1