Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-13 | Fix GCC warnings to be ready for GCC standalone build | weili | |
ChromeOS still compile pdfium with GCC. Fix the code to be ready to have workable GCC standalone build. The build file change will be in a follow-up CL. One warning is about maybe using uninitialized variable, the other is about enum and non-enum in a conditional statement. Review-Url: https://codereview.chromium.org/1981593002 |