Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12284 from Dentomologist/sdl_add_default_case_to_…
…switch_statement

SDL: Add default case to switch statement
  • Loading branch information
AdmiralCurtiss committed Nov 10, 2023
2 parents 620fbcd + 2d3bae9 commit 4345980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
Expand Up @@ -156,6 +156,7 @@ static void EnableSDLLogging()
log_level = Common::Log::LogLevel::LERROR;
break;
case SDL_LOG_PRIORITY_CRITICAL:
default:
log_level = Common::Log::LogLevel::LNOTICE;
break;
}
Expand Down

0 comments on commit 4345980

Please sign in to comment.