Static analysis fixes.

This commit is contained in:
Leonardo Zide
2021-11-14 18:34:24 -08:00
parent 5d558b38bb
commit 7d884e6b5f
34 changed files with 365 additions and 333 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ bool lcZipFile::OpenWrite(const QString& FileName)
quint64 lcZipFile::SearchCentralDir()
{
quint64 SizeFile, MaxBack, BackRead, PosFound;
const int CommentBufferSize = 1024;
constexpr int CommentBufferSize = 1024;
quint8 buf[CommentBufferSize + 4];
SizeFile = mFile->GetLength();