mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Fix comparison of integer expressions of different signedness warnings
This commit is contained in:
committed by
Jakub Melka
parent
bbecbf6311
commit
577866aa2f
@ -324,7 +324,7 @@ PDFImageData PDFCCITTFaxDecoder::decode()
|
||||
|
||||
if (isUsing2DEncoding)
|
||||
{
|
||||
int b1_index = 0;
|
||||
size_t b1_index = 0;
|
||||
|
||||
// 2D encoding
|
||||
while (codingLine[a0_index] < m_parameters.columns)
|
||||
|
Reference in New Issue
Block a user