summaryrefslogtreecommitdiff
path: root/attrib
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2013-04-08 17:56:18 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-04-09 07:01:21 +0900
commit38669d6e8676d1c895f16db9a07f86715380e1a3 (patch)
treea3afc6c6079e6971d540b61d9a1a1c868da57390 /attrib
parent271bbdc8e4a01f36025496880e8e0e0cc93767e2 (diff)
downloadbluez-38669d6e8676d1c895f16db9a07f86715380e1a3.tar.gz
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 'attrib')
0 files changed, 0 insertions, 0 deletions