mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 03:03:24 +02:00
@@ -462,3 +462,7 @@ bool msgpack_unpack_next(msgpack_unpacked* result,
|
||||
return true;
|
||||
}
|
||||
|
||||
// FIXME: Dirty hack to avoid a bus error caused by OS X's old gcc.
|
||||
static void dummy_function_to_avoid_bus_error()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user