diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-04-08 17:56:18 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-04-08 20:07:37 -0700 |
commit | de4aa7266b6e57ece9536031817dd7380ab9e242 (patch) | |
tree | 871effdc2426c83138d88985be542f30a8316683 /plugins/stktest.c | |
parent | a36ffa872a1796c4ecba3d97253752ead4af1c78 (diff) | |
download | ofono-de4aa7266b6e57ece9536031817dd7380ab9e242.tar.bz2 |
gdbus: Use gcc builtin instead of g_atomic
g_atomic_* end up using G_STATIC_ASSERT, causing gcc 4.8 to yell due to
-Wunused-local-typedefs.
gdbus/client.c: In function ‘g_dbus_client_ref’:
/usr/include/glib-2.0/glib/gmacros.h:162:53: error: typedef ‘_GStaticAssertCompileTimeAssertion_2’ locally defined but not used [-Werror=unused-local-typedefs]
#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
Diffstat (limited to 'plugins/stktest.c')
0 files changed, 0 insertions, 0 deletions