Merge branch 'development' into optimization/unused_files
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> # Conflicts: # Code/Editor/IEditorImpl.cpp # Code/Editor/IEditorImpl.h # Gems/LmbrCentral/Code/Tests/lmbrcentral_editor_tests_files.cmake
This commit is contained in:
@@ -1951,8 +1951,8 @@ CarrierThread::ProcessConnections()
|
||||
|
||||
bool isHandshakeTimeOut = false;
|
||||
bool isConnectionTimeout = false;
|
||||
bool isBadTrafficConditions = false;
|
||||
bool isBadPackets = false;
|
||||
[[maybe_unused]] bool isBadTrafficConditions = false;
|
||||
[[maybe_unused]] bool isBadPackets = false;
|
||||
if (connection->m_isBadPackets)
|
||||
{
|
||||
isBadPackets = true;
|
||||
|
||||
Reference in New Issue
Block a user