Loading system/gd/security/internal/security_manager_impl.cc +2 −1 Original line number Diff line number Diff line Loading @@ -766,7 +766,8 @@ void SecurityManagerImpl::InternalEnforceSecurityPolicy( authentication_requirements = hci::AuthenticationRequirements::GENERAL_BONDING; break; default: // This will never happen because of check in IsSecurityRequirementSatisfied // I could hear the voice of Myles, "This should be an ASSERT!" ASSERT_LOG(false, "Unreachable code path"); return; } Loading Loading
system/gd/security/internal/security_manager_impl.cc +2 −1 Original line number Diff line number Diff line Loading @@ -766,7 +766,8 @@ void SecurityManagerImpl::InternalEnforceSecurityPolicy( authentication_requirements = hci::AuthenticationRequirements::GENERAL_BONDING; break; default: // This will never happen because of check in IsSecurityRequirementSatisfied // I could hear the voice of Myles, "This should be an ASSERT!" ASSERT_LOG(false, "Unreachable code path"); return; } Loading