Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(906)

Side by Side Diff: third_party/libpng16/0002-static-png-gt.patch

Issue 1607053003: XFA: Unconditionally use static png_gt() in png.c (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: README.pdfium Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libpng16/README.pdfium » ('j') | third_party/libpng16/png.c » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/third_party/libpng16/png.c b/third_party/libpng16/png.c
2 index c183e3f..1cf5271 100644
3 --- a/third_party/libpng16/png.c
4 +++ b/third_party/libpng16/png.c
5 @@ -2464,7 +2464,8 @@ png_colorspace_set_rgb_coefficients(png_structrp png_ptr)
6
7 #endif /* COLORSPACE */
8
9 -#ifdef __GNUC__
10 +/* #ifdef __GNUC__ */
11 +#if 1
12 /* This exists solely to work round a warning from GNU C. */
13 static int /* PRIVATE */
14 png_gt(size_t a, size_t b)
OLDNEW
« no previous file with comments | « no previous file | third_party/libpng16/README.pdfium » ('j') | third_party/libpng16/png.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698