vcpkg/ports/libwebp/0003-remove-missing-symbol.patch
Stefano Sinigardi 9c33de2d07 [freeimage,freeglut,giflib,libwebp] port patches from #5169 (#6364)
* [freeimage] improve compatibility with other ports, using typedefs identical to other headers to avoid errors
* [libwebp] fixes for non-win32 systems
* [giflib] revert again #5578
* [freeglut] add missing wrapper for linux
2019-05-09 11:45:23 -07:00

14 lines
369 B
Diff

diff --git a/examples/gifdec.c b/examples/gifdec.c
index 4219352..ab0592a 100644
--- a/examples/gifdec.c
+++ b/examples/gifdec.c
@@ -310,7 +310,7 @@ void GIFDisplayError(const GifFileType* const gif, int gif_error) {
#else
(void)gif;
fprintf(stderr, "GIFLib Error %d: ", gif_error);
- PrintGifError();
+ //PrintGifError();
fprintf(stderr, "\n");
#endif
}