projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5812396
)
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
patch
|
blob
|
history
diff --git
a/babl/babl-fish-path.c
b/babl/babl-fish-path.c
index 2e87268109763825cc1ccb6164478b91ffd6a00a..71f584d29b48dc95dfc705b25afb68c109017c3f 100644
(file)
--- 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;
}