[Bug 214468] devel/glib20 return error in gmesssage.h
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 18 15:12:34 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214468
Ting-Wei Lan <lantw44 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lantw44 at gmail.com
--- Comment #2 from Ting-Wei Lan <lantw44 at gmail.com> ---
Please move this bug to sysutils/lxterminal. This is not a bug of glib. It is a
very common bug because old versions of gcc didn't report this kind of warning
by default and old versions of glib headers had a pragma to suppress the gcc
warning.
g_return_if_fail must not be used in a function that has a return value.
g_return_val_if_fail should be used instead. This is already fixed by upstream:
https://git.lxde.org/gitweb/?p=lxde/lxterminal.git;a=commitdiff;h=4cc47aa
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list