mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #22: Fix compilation warnings
This commit is contained in:
@ -669,7 +669,6 @@ uint32_t PDFCCITTFaxDecoder::getCode(const PDFCCITTCode* codes, size_t codeCount
|
||||
}
|
||||
|
||||
throw PDFException(PDFTranslationContext::tr("Invalid CCITT run length code word."));
|
||||
return 0;
|
||||
}
|
||||
|
||||
CCITT_2D_Code_Mode PDFCCITTFaxDecoder::get2DMode()
|
||||
@ -692,7 +691,6 @@ CCITT_2D_Code_Mode PDFCCITTFaxDecoder::get2DMode()
|
||||
}
|
||||
|
||||
throw PDFException(PDFTranslationContext::tr("Invalid CCITT 2D mode."));
|
||||
return Invalid;
|
||||
}
|
||||
|
||||
} // namespace pdf
|
||||
|
Reference in New Issue
Block a user