summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-10-17 19:08:44 +0200
committerJim Meyering <meyering@redhat.com>2010-10-18 07:28:36 +0200
commit3c7112104daf8f7095048a3c5b2ee6f3e600521f (patch)
tree4ea2d0fd4fff4cf8d81b7e3498ab206e8f03d03e
parent840e8c9cfb3f73b4274280cdeb480bda39154a36 (diff)
downloadcoreutils-3c7112104daf8f7095048a3c5b2ee6f3e600521f.tar.xz
build: enable -Werror for gnulib-tests, too
* gnulib: Update to latest for warning-free tests. * gnulib-tests/Makefile.am (AM_CFLAGS): Uncomment $(WERROR_CFLAGS), now that these tests are warning-free.
m---------gnulib0
-rw-r--r--gnulib-tests/Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/gnulib b/gnulib
-Subproject 78c0415acc2ea96febfc9d68c04d765e9d2dd20
+Subproject b392a22453f992de59b63b157c191d3118fb9ed
diff --git a/gnulib-tests/Makefile.am b/gnulib-tests/Makefile.am
index 7ec0a1cdd..9883a771d 100644
--- a/gnulib-tests/Makefile.am
+++ b/gnulib-tests/Makefile.am
@@ -1,6 +1,6 @@
include gnulib.mk
-AM_CFLAGS = $(GNULIB_TEST_WARN_CFLAGS) # $(WERROR_CFLAGS)
+AM_CFLAGS = $(GNULIB_TEST_WARN_CFLAGS) $(WERROR_CFLAGS)
# A few tests are inherently warning-evoking.
# Since we require -Werror, exempt the few offenders.