mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -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
|
@ -52,6 +52,8 @@ namespace ams::sm {
|
|||
}
|
||||
|
||||
Result UserService::DetachClient(const tipc::ClientProcessId client_process_id) {
|
||||
AMS_UNUSED(client_process_id);
|
||||
|
||||
m_initialized = false;
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue