From 38ef9c97798f6712c000920aa3db89b86ae32906 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 16 Feb 2014 13:56:10 -0600 Subject: [PATCH] [libpng16] Removed unneeded "#define PNG_NO_WARNINGS" from contrib/pngminim/* --- contrib/pngminim/decoder/pngusr.h | 1 - contrib/pngminim/encoder/pngusr.h | 1 - contrib/pngminim/preader/pngusr.h | 1 - 3 files changed, 3 deletions(-) diff --git a/contrib/pngminim/decoder/pngusr.h b/contrib/pngminim/decoder/pngusr.h index 841da0c28..cbd7890c7 100644 --- a/contrib/pngminim/decoder/pngusr.h +++ b/contrib/pngminim/decoder/pngusr.h @@ -18,7 +18,6 @@ * affect the API (so are not recorded in pnglibconf.h) */ -#define PNG_NO_WARNINGS #define PNG_ALIGN_TYPE PNG_ALIGN_NONE #endif /* MINRDPNGCONF_H */ diff --git a/contrib/pngminim/encoder/pngusr.h b/contrib/pngminim/encoder/pngusr.h index a050ef3eb..997d44fe9 100644 --- a/contrib/pngminim/encoder/pngusr.h +++ b/contrib/pngminim/encoder/pngusr.h @@ -18,7 +18,6 @@ * affect the API (so are not recorded in pnglibconf.h) */ -#define PNG_NO_WARNINGS #define PNG_ALIGN_TYPE PNG_ALIGN_NONE #endif /* MINWRPNGCONF_H */ diff --git a/contrib/pngminim/preader/pngusr.h b/contrib/pngminim/preader/pngusr.h index d84863472..80db3bb17 100644 --- a/contrib/pngminim/preader/pngusr.h +++ b/contrib/pngminim/preader/pngusr.h @@ -18,7 +18,6 @@ * affect the API (so are not recorded in pnglibconf.h) */ -#define PNG_NO_WARNINGS #define PNG_ALIGN_TYPE PNG_ALIGN_NONE #endif /* MINPRDPNGCONF_H */