[cairo-bugs] [Bug 51633] Fix on 1.12 for unsupported -Wno option detection

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 14 10:36:04 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51633

--- Comment #6 from Gilles Espinasse <g.esp at free.fr> 2012-07-14 10:36:04 PDT ---
-Wno-missing-field-initializers, -Wno-unused-parameter,
-Wno-attributes and -Wno-long-long 
are supported by gcc-4.4
The way this test is made, it work for older gcc version than 4.4, so there is
no issue.

If new option should be conditionally disabled, that option should be added in
the NO_WARN variable.

I should say there is no much sense in the MAYBE_WARN vs NO_WARN variable
names.
Changing 
MAYBE_WARN to WARN_BEFORE_4_4
NO_WARN to WARN_FROM_4_4
may make sense.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list