Skip to content

Commit

Permalink
Add missing UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Aug 15, 2019
1 parent da91c03 commit e7f9b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mem/globalalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ namespace snmalloc
{
error("debug_check_empty: found non-empty allocators");
}
#else
UNUSED(result);
#endif
}
};
Expand Down

0 comments on commit e7f9b6e

Please sign in to comment.