diff --git a/src/envoy/http/mixer/control_factory.h b/src/envoy/http/mixer/control_factory.h index 0d5a840e620..fdc8a7c59d5 100644 --- a/src/envoy/http/mixer/control_factory.h +++ b/src/envoy/http/mixer/control_factory.h @@ -81,6 +81,8 @@ class ControlFactory : public Logger::Loggable { return ENVOY_LOG_CHECK_LEVEL(warn); case istio::utils::Logger::Level::ERROR_: return ENVOY_LOG_CHECK_LEVEL(error); + default: + NOT_REACHED_GCOVR_EXCL_LINE; } }