libstrat: enable -Wextra, -Werror
This caught an embarrassingly large number of bugs.
This commit is contained in:
@@ -272,7 +272,7 @@ namespace ams::htclow::driver {
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
void UsbIndicationThreadFunction(void *arg) {
|
||||
void UsbIndicationThreadFunction(void *) {
|
||||
/* Get the state change event. */
|
||||
os::SystemEventType *state_change_event = g_ds_client.GetStateChangeEvent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user