DescriptionRemove one warning from PDFium compilation in Cros
The original code caused an optimization warning when
gcc tries to get rid of 'count > m_Length - index'
in CFX_ByteStringC::Mid() while assuming there is no signed
integer overflow.
This could also be avoided once FX_STRSIZE is no longer a
signed integer type.
Committed: https://pdfium.googlesource.com/pdfium/+/6f5325e538f31a37bb97a6a71f5c8cd64c6f7639
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 8 (4 generated)
|