mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 19:47:40 +01:00
Merge pull request #12284 from Dentomologist/sdl_add_default_case_to_switch_statement
SDL: Add default case to switch statement
This commit is contained in:
commit
4345980b25
@ -156,6 +156,7 @@ static void EnableSDLLogging()
|
|||||||
log_level = Common::Log::LogLevel::LERROR;
|
log_level = Common::Log::LogLevel::LERROR;
|
||||||
break;
|
break;
|
||||||
case SDL_LOG_PRIORITY_CRITICAL:
|
case SDL_LOG_PRIORITY_CRITICAL:
|
||||||
|
default:
|
||||||
log_level = Common::Log::LogLevel::LNOTICE;
|
log_level = Common::Log::LogLevel::LNOTICE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user