summaryrefslogtreecommitdiff
path: root/third_party/libpng16/0002-static-png-gt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libpng16/0002-static-png-gt.patch')
-rw-r--r--third_party/libpng16/0002-static-png-gt.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/libpng16/0002-static-png-gt.patch b/third_party/libpng16/0002-static-png-gt.patch
new file mode 100644
index 0000000000..b2b1d94971
--- /dev/null
+++ b/third_party/libpng16/0002-static-png-gt.patch
@@ -0,0 +1,14 @@
+diff --git a/third_party/libpng16/png.c b/third_party/libpng16/png.c
+index c183e3f..1cf5271 100644
+--- a/third_party/libpng16/png.c
++++ b/third_party/libpng16/png.c
+@@ -2464,7 +2464,8 @@ png_colorspace_set_rgb_coefficients(png_structrp png_ptr)
+
+ #endif /* COLORSPACE */
+
+-#ifdef __GNUC__
++/* #ifdef __GNUC__ */
++#if 1
+ /* This exists solely to work round a warning from GNU C. */
+ static int /* PRIVATE */
+ png_gt(size_t a, size_t b)