Misc: Unreachable code warning fixes
This commit is contained in:
@ -133,10 +133,7 @@ bool DigitalController::Transfer(const u8 data_in, u8* data_out)
|
||||
return false;
|
||||
|
||||
default:
|
||||
{
|
||||
UnreachableCode();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user