[libpng17] Removed #error macro from contrib/tools/pngfix.c (Thomas Klausner).

This commit is contained in:
Glenn Randers-Pehrson
2013-12-27 20:18:50 -06:00
parent 4cfd01a288
commit 200fc68f52
3 changed files with 5 additions and 4 deletions

View File

@@ -32,7 +32,6 @@
# define FIX_GCC volatile
#else
# define FIX_GCC
# error not tested
#endif
#define PROGRAM_NAME "pngfix"