From 2d1355de64d49bee7cd60ad6a069b33c3a91400c Mon Sep 17 00:00:00 2001 From: Jiyong Min Date: Mon, 15 Jan 2018 11:18:08 +0900 Subject: [PATCH] Disable warnings in libpng If the warning is enabled, it make assert with error code sometimes. After it is disabled, it return error or broken image. Change-Id: Ic58183af96f5103b549fb7a2b9a44b0a4283150c --- scripts/pnglibconf.dfa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa index adffd30..291bb2e 100644 --- a/scripts/pnglibconf.dfa +++ b/scripts/pnglibconf.dfa @@ -300,7 +300,7 @@ option WRITE_INT_FUNCTIONS disabled # because it means that a failure to write an ancilliary chunk can often be # ignored. -option WARNINGS +option WARNINGS disabled option ERROR_TEXT option ERROR_NUMBERS disabled -- 2.7.4