Enable -Wunused-variable

This commit is contained in:
Nekotekina 2021-01-12 13:01:06 +03:00
parent 631d7d0ce7
commit db8e6fe7a7
62 changed files with 167 additions and 183 deletions

View file

@ -90,7 +90,7 @@ namespace utils
return nullptr;
}
const auto orig_size = size;
[[maybe_unused]] const auto orig_size = size;
if (!use_addr)
{