You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh ChromiumOS checkout, a build following the directions at [
http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/building-chromiu
m-browser ] gives the following warning:
CXX
obj/third_party/pdfium/core/src/fpdfapi/fpdf_parser/fpdfapi.fpdf_parser_parser.o
../../third_party/pdfium/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp:
In member function 'CPDF_Object*
CPDF_SyntaxParser::GetObjectByStrict(CPDF_IndirectObjects*, FX_DWORD, FX_DWORD,
PARSE_CONTEXT*)':
../../third_party/pdfium/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp:238
9:92: warning: offset outside bounds of constant string
pDict->AddValue(CFX_ByteStringC(key.c_str() + 1, key.GetLength() - 1), pObj);
There is an in-progress CL to address this, but it seems to have gone stale:
https://codereview.chromium.org/716103002
Original issue reported on code.google.com by [email protected] on 5 Feb 2015 at 2:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Feb 2015 at 2:46The text was updated successfully, but these errors were encountered: