FIX: Use attribute to fix warning.

pull/4736/head
Kim Kulling 2022-09-20 21:39:09 +02:00
parent 1f61f0c3de
commit 6415c0bfc9
1 changed files with 1 additions and 1 deletions

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