From 5e361387d0a20ac1cbff45dee61d158be83238c0 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 21 Oct 2009 11:27:29 -0600 Subject: maint: turn on compiler warnings for gnulib tests * gnulib-tests/Makefile.am (AM_CFLAGS): Add WARN_CFLAGS. * configure.ac (enable-gcc-warnings): Also use -funit-at-a-time, to silence gcc 4.3.4 -Wdisabled-optimization. * .gitignore: Ignore some more files. --- gnulib-tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnulib-tests') diff --git a/gnulib-tests/Makefile.am b/gnulib-tests/Makefile.am index 6635f7065..494786faf 100644 --- a/gnulib-tests/Makefile.am +++ b/gnulib-tests/Makefile.am @@ -1 +1,3 @@ include gnulib.mk + +AM_CFLAGS = $(WARN_CFLAGS) # $(WERROR_CFLAGS) -- cgit v1.2.3-70-g09d2