modules: fix warning

This commit is contained in:
Wim Taymans 2022-02-18 15:12:27 +01:00
parent ca9da0ed5a
commit bb1cd23a1a

View file

@ -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_context *context = pw_impl_module_get_context(module);
struct pw_impl_factory *factory; struct pw_impl_factory *factory;
struct factory_data *data; struct factory_data *data;
int res;
PW_LOG_TOPIC_INIT(mod_topic); PW_LOG_TOPIC_INIT(mod_topic);