FIX: Use attribute to fix warning.

This commit is contained in:
Kim Kulling
2022-09-20 21:39:09 +02:00
parent 1f61f0c3de
commit 6415c0bfc9

View File

@@ -64,7 +64,7 @@ MD5Parser::MD5Parser(char *_buffer, unsigned int _fileSize) : buffer(_buffer), b
ai_assert(nullptr != _buffer);
ai_assert(0 != _fileSize);
bufferEnd = buffer + _fileSize;
bufferEnd = buffer + fileSize;
ASSIMP_LOG_DEBUG("MD5Parser begin");
// parse the file header