babl: silence missing path warning
authorØyvind Kolås <pippin@gimp.org>
Mon, 27 Aug 2018 23:37:07 +0000 (01:37 +0200)
committerØyvind Kolås <pippin@gimp.org>
Mon, 27 Aug 2018 23:37:07 +0000 (01:37 +0200)
babl/babl-fish-path.c

index 2e87268109763825cc1ccb6164478b91ffd6a00a..71f584d29b48dc95dfc705b25afb68c109017c3f 100644 (file)
@@ -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;
     }