mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-29 20:28:46 +00:00
kern: build with -Wextra
This commit is contained in:
parent
d3014f6ed9
commit
73798cb812
32 changed files with 100 additions and 30 deletions
|
@ -157,6 +157,7 @@ namespace ams::kern {
|
|||
case RegionType::OnMemoryBootImage:
|
||||
case RegionType::DTB:
|
||||
R_TRY(page_table->MapRegion(MemoryRegions[static_cast<u32>(type)], perm));
|
||||
break;
|
||||
default:
|
||||
return svc::ResultNotFound();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue