mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-17 08:34:23 -04:00
strat: build sysmodules with -Wextra/-Werror
This commit is contained in:
parent
e8f1efd01b
commit
6a53726833
61 changed files with 433 additions and 217 deletions
|
@ -123,6 +123,8 @@ namespace ams::ldr {
|
|||
R_UNLESS(entries[i].version <= version, ResultInvalidVersion());
|
||||
}
|
||||
}
|
||||
#else
|
||||
AMS_UNUSED(program_id, version);
|
||||
#endif
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
@ -662,6 +664,7 @@ namespace ams::ldr {
|
|||
|
||||
{
|
||||
/* Mount code. */
|
||||
AMS_UNUSED(path);
|
||||
ScopedCodeMount mount(loc, override_status);
|
||||
R_TRY(mount.GetResult());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue