mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
9c33de2d07
* [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
14 lines
369 B
Diff
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
|
|
}
|