mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Silence some -Wswitch-default warnings.
This commit is contained in:
@ -959,6 +959,9 @@ union AlphaTest
|
||||
if ((comp0 == ALWAYS && comp1 == ALWAYS) || (comp0 == NEVER && comp1 == NEVER))
|
||||
return PASS;
|
||||
break;
|
||||
|
||||
default:
|
||||
return UNDETERMINED;
|
||||
}
|
||||
return UNDETERMINED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user