mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 14:48:02 +02:00
plugin-registry-impl: remove useless warning
This commit is contained in:
parent
26ad8bcad9
commit
41b1f40053
1 changed files with 4 additions and 6 deletions
|
|
@ -26,12 +26,10 @@ gboolean wp_plugin_registry_impl_invoke_internal (WpPluginRegistryImpl * self,
|
|||
|
||||
#define wp_plugin_registry_impl_invoke(r, func, data) \
|
||||
G_STMT_START { \
|
||||
if (!(0 ? func ((WpPlugin *) NULL, data) : \
|
||||
wp_plugin_registry_impl_invoke_internal ( \
|
||||
WP_PLUGIN_REGISTRY_IMPL (r), (WpPluginFunc) func, \
|
||||
(gpointer) data))) { \
|
||||
g_warning ("No plugin handled invocation to " #func); \
|
||||
} \
|
||||
(0 ? func ((WpPlugin *) NULL, data) : \
|
||||
wp_plugin_registry_impl_invoke_internal ( \
|
||||
WP_PLUGIN_REGISTRY_IMPL (r), (WpPluginFunc) func, \
|
||||
(gpointer) data)); \
|
||||
} G_STMT_END
|
||||
|
||||
G_END_DECLS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue