From f1e18f851322d05b115ce5464ce66f1a07d1b766 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sat, 25 Nov 2006 22:14:31 +0100 Subject: [PATCH] ignore libjpeg warnings --- images/io-libjpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/io-libjpeg.c b/images/io-libjpeg.c index 144e0b0e..06fd8405 100644 --- a/images/io-libjpeg.c +++ b/images/io-libjpeg.c @@ -75,7 +75,7 @@ libjpeg_emit_message(j_common_ptr cinfo UNUSED, int msg_level UNUSED) cinfo->err->format_message(cinfo, buf); DBG("libjpeg_emit_message(): [%d] %s", msg_level, buf); #endif -#if 1 +#if 0 // Terminate on warning? if (unlikely(msg_level == -1)) { -- 2.39.5