From e2c5ed8d1d02db5f000f527055b8c87944955982 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 16 Feb 2014 15:48:58 -0600 Subject: [PATCH] [libpng17] Removed "#define PNG_NO_WARNINGS" from contrib/pngminim/*/pngusr.h because warnings are already turned off in the *.dfa files. --- 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 */