Mailinglist Archive: opensuse-bugs (15049 mails)
| < Previous | Next > |
[Bug 310116] C++ programs with glib generate excessive warning
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 12 Sep 2007 23:35:15 -0600 (MDT)
- Message-id: <20070913053515.3542A245353@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=310116#c1
--- Comment #1 from JP Rosevear <jpr@xxxxxxxxxx> 2007-09-12 23:35:14 MST ---
The diff pointed at doesn't make much sense as the function in head is now:
G_INLINE_FUNC gboolean
g_once_init_enter (volatile gsize *value_location)
{
if G_LIKELY (g_atomic_pointer_get ((void*volatile*) value_location) != 0)
return FALSE;
else
return g_once_init_enter_impl (value_location);
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #1 from JP Rosevear <jpr@xxxxxxxxxx> 2007-09-12 23:35:14 MST ---
The diff pointed at doesn't make much sense as the function in head is now:
G_INLINE_FUNC gboolean
g_once_init_enter (volatile gsize *value_location)
{
if G_LIKELY (g_atomic_pointer_get ((void*volatile*) value_location) != 0)
return FALSE;
else
return g_once_init_enter_impl (value_location);
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |