mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
@ -415,7 +415,7 @@ namespace vm
|
|||
};
|
||||
|
||||
// Null pointer convertible to any vm::ptr* type
|
||||
static null_t null;
|
||||
constexpr null_t null{};
|
||||
}
|
||||
|
||||
template<typename T1, typename AT1, typename T2, typename AT2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue