bluez/gdbus
Lucas De Marchi 38669d6e86 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]
2013-04-09 07:01:21 +09:00
..
client.c gdbus: Use gcc builtin instead of g_atomic 2013-04-09 07:01:21 +09:00
gdbus.h gdbus: Add g_dbus_proxy_set_removed_watch 2013-02-15 01:03:47 +01:00
mainloop.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
object.c gdbus: Always unreference the message in g_dbus_send_message() 2013-02-23 12:47:24 +02:00
polkit.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
watch.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00