diff options
m--------- | gnulib | 0 | ||||
-rw-r--r-- | gnulib-tests/Makefile.am | 2 |
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. |