Merge branch 'development' into cmake/SPEC-7484
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> # Conflicts: # Code/Editor/CryEditDoc.cpp # Code/Editor/CryEditDoc.h # Code/Legacy/CryCommon/CryArray.h # Code/Legacy/CryCommon/CryString.h # Code/Legacy/CryCommon/UnicodeBinding.h # Code/Legacy/CrySystem/LocalizedStringManager.cpp # Gems/LyShine/Code/Source/StringUtfUtils.h # Gems/PhysXDebug/Code/Source/SystemComponent.cpp
This commit is contained in:
@@ -483,7 +483,7 @@ void CLog::LogV(const ELogType type, [[maybe_unused]]int flags, const char* szFo
|
||||
break;
|
||||
}
|
||||
|
||||
int bufferlen = sizeof(szBuffer) - prefixSize;
|
||||
int bufferlen = static_cast<int>(sizeof(szBuffer) - prefixSize);
|
||||
if (bufferlen > 0)
|
||||
{
|
||||
#if defined(AZ_RESTRICTED_PLATFORM)
|
||||
|
||||
Reference in New Issue
Block a user