Skip to content

Commit

Permalink
Temporary fix for a compilation error on OS X
Browse files Browse the repository at this point in the history
fixes #3
fixes #15
  • Loading branch information
nobu-k committed Apr 10, 2013
1 parent f290814 commit 1f30cc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/unpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
}

0 comments on commit 1f30cc2

Please sign in to comment.