mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 06:18:23 +00:00
SURFACESDL: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
This commit is contained in:
parent
b7b66c5049
commit
d0592f379f
@ -716,6 +716,8 @@ ScalerProc *SurfaceSdlGraphicsManager::getGraphicsScalerProc(int mode) const {
|
||||
newScalerProc = DotMatrix;
|
||||
break;
|
||||
#endif // USE_SCALERS
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return newScalerProc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user