diff --git a/libcef/common/main_delegate.cc b/libcef/common/main_delegate.cc index fe763f8cc..9f0f34852 100644 --- a/libcef/common/main_delegate.cc +++ b/libcef/common/main_delegate.cc @@ -213,6 +213,8 @@ bool CefMainDelegate::BasicStartupComplete(int* exit_code) { case LOGSEVERITY_DISABLE: log_severity = switches::kLogSeverity_Disable; break; + default: + break; } if (!log_severity.empty()) command_line->AppendSwitchASCII(switches::kLogSeverity, log_severity);