diff options
| author | Martin Ridgers <[email protected]> | 2022-01-14 09:49:23 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-14 09:50:44 +0100 |
| commit | eb9252a2ab0952e4065436046caf5035a7c68cf8 (patch) | |
| tree | 6d8249393cdf2528fc4687eed570318ac60ebc27 /zencore/iobuffer.cpp | |
| parent | Disabled Sentry on Arm as vcpkg does not support it (diff) | |
| download | zen-eb9252a2ab0952e4065436046caf5035a7c68cf8.tar.xz zen-eb9252a2ab0952e4065436046caf5035a7c68cf8.zip | |
Fixed up compile errors if mimalloc use is disabled
Diffstat (limited to 'zencore/iobuffer.cpp')
| -rw-r--r-- | zencore/iobuffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/iobuffer.cpp b/zencore/iobuffer.cpp index b6bbedc40..e4c1ad75a 100644 --- a/zencore/iobuffer.cpp +++ b/zencore/iobuffer.cpp @@ -83,6 +83,7 @@ IoBufferCore::FreeBuffer() } #endif + ZEN_UNUSED(LocalFlags); return Memory::Free(const_cast<void*>(m_DataPtr)); } |