Disable warnings in libpng 92/166992/2 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.030021 accepted/tizen/unified/20180125.060639 submit/tizen/20180125.005554 submit/tizen_5.0/20181101.000007
authorJiyong Min <jiyong.min@samsung.com>
Mon, 15 Jan 2018 02:18:08 +0000 (11:18 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 15 Jan 2018 02:22:04 +0000 (11:22 +0900)
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

index adffd30..291bb2e 100644 (file)
@@ -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