On Thu, Aug 22, 2013 at 10:17:12AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Patch 0001: Add Eclipse project files to the .gitignore
Some of us use Eclipse as a code editor and would prefer not to see
the project files in 'git status'
Patch 0002: Fix contrib build macros to display warnings
There was an inconsistency with how the warnings were specified and
how they were consumed by the macros. The result was that warnings were
hidden.
Ack to both. I think the second patch explains why Lukas often saw
compile warnings with my patches and I didn't despite strict CFLAGS..