compiler-flags: Add an optional second argument for custom warnings
authorPhilip Withnall <philip@tecnocode.co.uk>
Wed, 4 Sep 2013 06:48:19 +0000 (00:48 -0600)
committerPhilip Withnall <philip@tecnocode.co.uk>
Wed, 4 Sep 2013 15:03:06 +0000 (09:03 -0600)
commitc834b24651e1b0f510ede8610bde0be1e940de14
tree4bb5d10c8c559fec62e8b26b22fda21fdcf3bd30
parentac800833454ab6d38afb288773079b8ad1d5503f
compiler-flags: Add an optional second argument for custom warnings

This allows module authors to choose to enforce stricter warnings on
a per-module basis, to avoid the situation where an outside
contributor submits a patch which introduces warnings the maintainer
has enabled locally.

Closes: https://bugzilla.gnome.org/show_bug.cgi?id=707475
macros2/gnome-compiler-flags.m4