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 */