strat: build sysmodules with -Wextra/-Werror
This commit is contained in:
@@ -91,6 +91,8 @@ namespace ams::dmnt {
|
||||
}
|
||||
|
||||
Result HardwareBreakPoint::Clear(DebugProcess *debug_process) {
|
||||
AMS_UNUSED(debug_process);
|
||||
|
||||
Result result = svc::ResultInvalidArgument();
|
||||
if (m_in_use) {
|
||||
AMS_DMNT2_GDB_LOG_DEBUG("HardwareBreakPoint::Clear %p 0x%lx\n", this, m_address);
|
||||
|
||||
Reference in New Issue
Block a user