From bb1cd23a1ac348dd2fdffc26270b416f4b00bdfa Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 18 Feb 2022 15:12:27 +0100 Subject: [PATCH] modules: fix warning --- src/modules/module-link-factory.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/module-link-factory.c b/src/modules/module-link-factory.c index a86d2f0ab..7e258a584 100644 --- a/src/modules/module-link-factory.c +++ b/src/modules/module-link-factory.c @@ -510,7 +510,6 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args) struct pw_context *context = pw_impl_module_get_context(module); struct pw_impl_factory *factory; struct factory_data *data; - int res; PW_LOG_TOPIC_INIT(mod_topic);