Fix macOS warnings

This commit is contained in:
momo5502
2025-01-05 20:14:53 +01:00
parent a8b4b69a8b
commit eeac915a55
4 changed files with 5 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ namespace utils
const std::span result(this->buffer_.data() + this->offset_, length);
this->offset_ += length;
(void)this->no_debugging_;
#ifndef NDEBUG
if (!this->no_debugging_)