mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 07:39:49 -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
|
@ -93,6 +93,8 @@ namespace ams::dmnt {
|
|||
}
|
||||
|
||||
Result WatchPoint::Clear(DebugProcess *debug_process) {
|
||||
AMS_UNUSED(debug_process);
|
||||
|
||||
Result result = svc::ResultInvalidArgument();
|
||||
if (m_in_use) {
|
||||
AMS_DMNT2_GDB_LOG_DEBUG("WatchPoint::Clear %p 0x%lx\n", this, m_address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue