kern: build with -Wextra
This commit is contained in:
@@ -26,6 +26,10 @@ namespace ams::kern::svc {
|
||||
{
|
||||
/* TODO: Implement Kernel Debugging. */
|
||||
}
|
||||
#else
|
||||
{
|
||||
MESOSPHERE_UNUSED(kern_debug_type, arg0, arg1, arg2);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -47,6 +51,10 @@ namespace ams::kern::svc {
|
||||
break;
|
||||
}
|
||||
}
|
||||
#else
|
||||
{
|
||||
MESOSPHERE_UNUSED(kern_trace_state);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user