From: Øyvind Kolås Date: Mon, 27 Aug 2018 23:37:07 +0000 (+0200) Subject: babl: silence missing path warning X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~14^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3ec945fe7a7bf51ff45c6ad41051ee970878359;p=babl.git babl: silence missing path warning --- diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index 2e87268..71f584d 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -627,7 +627,10 @@ babl_fish_path2 (const Babl *source, babl_free (babl); babl_mutex_unlock (babl_format_mutex); - _babl_fish_missing_fast_path_warning (source, destination); + /* it is legitimate for reference paths to be faster than long chains + of paths, thus it is time to retire this warning. XXX: remove it fully + + _babl_fish_missing_fast_path_warning (source, destination); */ return NULL; }