summaryrefslogtreecommitdiff
path: root/gnulib-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-30 18:58:58 -0600
committerEric Blake <ebb9@byu.net>2009-11-02 06:34:24 -0700
commit8fe40b84bd8dbb0d1e908422eb68a17c9f254754 (patch)
tree3d69b802f17ea2957625a5bd8a58c0e8ff431631 /gnulib-tests
parent565e5f6827672bdc6510b8b5a839831ab097c5a1 (diff)
downloadcoreutils-8fe40b84bd8dbb0d1e908422eb68a17c9f254754.tar.xz
build: avoid some warnings
* gl/lib/mbsalign.c (mbsalign): Mark unused parameter. * bootstrap.conf (gnulib_modules): Remove obsolete rename-dest-slash. * gnulib-tests/Makefile.am (AM_CFLAGS): Reduce set of warnings for gnulib tests. * gl/modules/rename-tests.diff (Makefile.am): New file, to add LIBINTL to LDADD, since we avoid canonicalize-lgpl module. * gl/lib/regcomp.c.diff (regerror, calc_next) (build_collating_symbol, parse_bracket_element, build_equiv_class) (free_tree): Mark unused parameters. * gl/lib/regex_internal.h.diff (re_string_elem_size_at): New file, to mark unused parameters. * gl/lib/printf-args.c.diff (PRINTF_FETCHARGS): New file, to avoid type mismatch. * gl/lib/vasnprintf.c (VASNPRINTF): New file, to avoid shadowing local variable name. * .gitignore: Ignore temporary build artifacts.
Diffstat (limited to 'gnulib-tests')
-rw-r--r--gnulib-tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnulib-tests/Makefile.am b/gnulib-tests/Makefile.am
index 494786faf..c3a48e841 100644
--- a/gnulib-tests/Makefile.am
+++ b/gnulib-tests/Makefile.am
@@ -1,3 +1,3 @@
include gnulib.mk
-AM_CFLAGS = $(WARN_CFLAGS) # $(WERROR_CFLAGS)
+AM_CFLAGS = $(GNULIB_WARN_CFLAGS) # $(WERROR_CFLAGS)