Skip to content

Commit 1f30cc2

Browse files
committed
Temporary fix for a compilation error on OS X
fixes #3 fixes #15
1 parent f290814 commit 1f30cc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unpack.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,3 +462,7 @@ bool msgpack_unpack_next(msgpack_unpacked* result,
462462
return true;
463463
}
464464

465+
// FIXME: Dirty hack to avoid a bus error caused by OS X's old gcc.
466+
static void dummy_function_to_avoid_bus_error()
467+
{
468+
}

0 commit comments

Comments
 (0)