Temporary fix for a compilation error on OS X

fixes #3
fixes #15
This commit is contained in:
Nobuyuki Kubota
2013-04-09 17:38:49 -07:00
parent f290814f64
commit 1f30cc203a

View File

@@ -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()
{
}