Re: improving manywarnings

2009-11-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 11/7/2009 10:06 AM: > I'm considering using manywarnings in m4, and noticed that newer gcc > supports even more warnings. I noticed several warnings supported by gcc > 4.3.4 --help=warnings that were not listed already; see

Re: improving manywarnings

2009-11-10 Thread Ralf Wildenhues
Hello Eric, * Eric Blake wrote on Sat, Nov 07, 2009 at 06:06:43PM CET: > + manywarnings: add more warnings > + * modules/manywarnings (Depends-on): Add warnings. > + * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add warnings from gcc > + 4.3.4. Roughly half of the warnings added by

Re: improving manywarnings

2009-11-09 Thread Simon Josefsson
Eric Blake writes: > I'm considering using manywarnings in m4, and noticed that newer gcc > supports even more warnings. I noticed several warnings supported by gcc > 4.3.4 --help=warnings that were not listed already; see the patch below. > However, looking at it closer, it is obvious that some

improving manywarnings

2009-11-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm considering using manywarnings in m4, and noticed that newer gcc supports even more warnings. I noticed several warnings supported by gcc 4.3.4 --help=warnings that were not listed already; see the patch below. However, looking at it closer, it is