mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
|
@ -90,7 +90,7 @@ namespace utils
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
const auto orig_size = size;
|
||||
[[maybe_unused]] const auto orig_size = size;
|
||||
|
||||
if (!use_addr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue