]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: enable -Wsuggest-attribute=pure|const in lib/,...
authorJim Meyering <meyering@redhat.com>
Sun, 27 Nov 2011 15:13:26 +0000 (16:13 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 28 Nov 2011 09:29:01 +0000 (10:29 +0100)
commit73a9acd6e885ae1e1e0dd2e5038df687f9b83c19
tree33b876dedf75235d6564a4fc3a028710a2b32ecb
parent1e676ec8443f096f7e46aeef781301e38ef30f1d
build: enable -Wsuggest-attribute=pure|const in lib/,...

but not in gnulib-tests/.
* configure.ac (GNULIB_WARN_CFLAGS): Do not exclude
-Wsuggest-attribute=pure|const, thus enabling these two warning
options in lib/, since gnulib now toes the line.
Continue to disable them in gnulib-tests/, since some programs
there trigger these suggestions and are not worth fixing.
configure.ac