aogufeixue / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

64-bit truncation warnings in pdfium should be investigated and fixed #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After https://codereview.chromium.org/792953005/ resolved most pdfium warnings 
there are still many warnings remaining in the 64-bit builds, mostly 64-bit to 
32-bit truncation warnings in the icu component. These should be investigated 
and resolved and then WarnAsError enabled in 64-bit builds.

Original issue reported on code.google.com by brucedaw...@chromium.org on 6 Jan 2015 at 7:57

GoogleCodeExporter commented 9 years ago
When these are resolved then the 64-bit specific WarnAsError setting in 
standalone.gypi can be removed.

Original comment by brucedaw...@chromium.org on 6 Jan 2015 at 8:53