CryEngine compiles
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -484,7 +484,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