summaryrefslogtreecommitdiff
path: root/build-aux/g++-warning.spec
Commit message (Collapse)AuthorAgeFilesLines
* manywarnings: omit -Wswitch-defaultPaul Eggert2018-07-011-0/+1
| | | | | | | | | | | This should make things more consistent, as we already ignore -Wswitch-enum. Problem reported by Reuben Thomas; see: https://lists.gnu.org/r/bug-gnulib/2018-05/msg00179.html * build-aux/g++-warning.spec, build-aux/gcc-warning.spec: Add -Wswitch-default. * m4/manywarnings-c++.m4 (gl_MANYWARN_ALL_GCC_CXX_IMPL): * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Remove -Wswitch-default.
* manywarnings: Add support for C++.Reuben Thomas2017-08-071-0/+100
* build-aux/g++-warning.spec: New file. * m4/manywarnings-c++.m4: New file. * modules/manywarnings (Files): Add it.