]> Savannah Git Hosting - gnulib.git/commit
manywarnings: add GCC 4.9 warnings
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Sep 2014 08:51:06 +0000 (01:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Sep 2014 08:51:37 +0000 (01:51 -0700)
commit157c42eff782e18fd921b2815f5869c1f53edde7
tree181369ad8350856258522fc429d684ce7fe0464d
parent1f5bc60c497c2b801681a3362c214fcf6a68f24a
manywarnings: add GCC 4.9 warnings

Also, make it easier to maintain this in the future.
* build-aux/gcc-warning.spec: Add -Wabi-tag,
-Wconditionally-supported, -Wdelete-incomplete,
-Winherited-variadic-ctor, -Wvirtual-move-assign, -Wzerotrip.
Remove duplicates.  Use tabs uniformly, as that's what 'cut' wants.
* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add -Wdate-time,
-Wopenmp-simd.  Use -fdiagnostics-show-option and -funit-at-a-time
only for older GCC versions that need them.  Handke
-Wnormalized=nfc specially, so that the 'comm' command used
for maintenance doesn't get confused.
ChangeLog
build-aux/gcc-warning.spec
m4/manywarnings.m4