libstrat: enable -Wextra, -Werror
This caught an embarrassingly large number of bugs.
This commit is contained in:
@@ -29,6 +29,7 @@ namespace ams::fssystem {
|
||||
}
|
||||
|
||||
void DefaultDeallocate(void *ptr, size_t size) {
|
||||
AMS_UNUSED(size);
|
||||
std::free(ptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user