From 3c7112104daf8f7095048a3c5b2ee6f3e600521f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 17 Oct 2010 19:08:44 +0200 Subject: 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. --- gnulib | 2 +- gnulib-tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnulib b/gnulib index 78c0415ac..b392a2245 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 78c0415acc2ea96febfc9d68c04d765e9d2dd20d +Subproject commit b392a22453f992de59b63b157c191d3118fb9ed7 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. -- cgit v1.2.3-54-g00ecf