[libpng17] Removed "#define PNG_NO_WARNINGS" from contrib/pngminim/*/pngusr.h

because warnings are already turned off in the *.dfa files.
This commit is contained in:
Glenn Randers-Pehrson 2014-02-16 15:48:58 -06:00
parent 76004ce6ed
commit e2c5ed8d1d
3 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@
* affect the API (so are not recorded in pnglibconf.h) * affect the API (so are not recorded in pnglibconf.h)
*/ */
#define PNG_NO_WARNINGS
#define PNG_ALIGN_TYPE PNG_ALIGN_NONE #define PNG_ALIGN_TYPE PNG_ALIGN_NONE
#endif /* MINRDPNGCONF_H */ #endif /* MINRDPNGCONF_H */

View File

@ -18,7 +18,6 @@
* affect the API (so are not recorded in pnglibconf.h) * affect the API (so are not recorded in pnglibconf.h)
*/ */
#define PNG_NO_WARNINGS
#define PNG_ALIGN_TYPE PNG_ALIGN_NONE #define PNG_ALIGN_TYPE PNG_ALIGN_NONE
#endif /* MINWRPNGCONF_H */ #endif /* MINWRPNGCONF_H */

View File

@ -18,7 +18,6 @@
* affect the API (so are not recorded in pnglibconf.h) * affect the API (so are not recorded in pnglibconf.h)
*/ */
#define PNG_NO_WARNINGS
#define PNG_ALIGN_TYPE PNG_ALIGN_NONE #define PNG_ALIGN_TYPE PNG_ALIGN_NONE
#endif /* MINPRDPNGCONF_H */ #endif /* MINPRDPNGCONF_H */