libstrat: enable -Wextra, -Werror
This caught an embarrassingly large number of bugs.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace ams::lmem::impl {
|
||||
|
||||
void FinalizeHeap(HeapHead *heap) {
|
||||
/* Nothing actually needs to be done here. */
|
||||
AMS_UNUSED(heap);
|
||||
}
|
||||
|
||||
bool ContainsAddress(HeapHandle handle, const void *address) {
|
||||
|
||||
Reference in New Issue
Block a user