Commit: 4dd429fcb918b77e82b22a5f619bdc575f78fd3e
Parent: ee27640ef6ed907e0b4de801cca6be5b165ac7cb
Author: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2013-04-09 01:02:31
Tree: 4b633994211e357b10a721697665a87d242ebe2b

shared: 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. /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

M src/shared/hciemu.c | 4 ++- -

1 files changed, 2 insertions(+), 2 deletions(-)

View Full Diff | Patch