[Bug 48363] Fatal warnings are breaking the build.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Apr 7 19:48:56 CEST 2012


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

desrt <desrt at desrt.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #3 from desrt <desrt at desrt.ca> 2012-04-07 10:48:56 PDT ---
The gobject-introspection fatal warnings are not disabled using
--disable-Werror -- they are set from a separate variable in the
introspection.am makefile called SCANNER_WARN_ERROR.

This is set as so:

if OFFICIAL_RELEASE
SCANNER_WARN_ERROR =
else
SCANNER_WARN_ERROR = --warn-error
endif

which means that the only way to get this behaviour turned off is for this to
be an "official release", which jhbuilding certainly is not.

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



More information about the telepathy-bugs mailing list