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

@ -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>