Skip to content
Commit cdb06bca authored by Michael Catanzaro's avatar Michael Catanzaro
Browse files

compiler-flags: allow suppressing warnings

Some projects want to see no warnings at all, for example, projects that
are written in Vala. But GNOME_COMPILE_WARNINGS([no]) is a no-op that
does nothing to turn off the default compiler warnings. Presumably if
you ask for no compiler warnings, you want no compiler warnings, so
suppress them in this case instead.

https://bugzilla.gnome.org/show_bug.cgi?id=734973
parent 13d01a8b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment