Add missing UNUSED

This commit is contained in:
Matthew Parkinson
2019-08-14 14:46:41 +01:00
parent da91c035a9
commit e7f9b6e0d9

View File

@@ -170,6 +170,8 @@ namespace snmalloc
{
error("debug_check_empty: found non-empty allocators");
}
#else
UNUSED(result);
#endif
}
};