From: Pavel Charvat Date: Sat, 25 Nov 2006 21:14:31 +0000 (+0100) Subject: ignore libjpeg warnings X-Git-Tag: holmes-import~507^2~23^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f1e18f851322d05b115ce5464ce66f1a07d1b766;p=libucw.git ignore libjpeg warnings --- 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)) {