Skip to content
Snippets Groups Projects
Commit 6177b748 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

softdsp-endpoint: fix compiler warnings

parent 33391f42
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,7 @@ on_proxy_node_created(GObject *initable, GAsyncResult *res, gpointer data) ...@@ -352,7 +352,7 @@ on_proxy_node_created(GObject *initable, GAsyncResult *res, gpointer data)
{ {
WpPwAudioSoftdspEndpoint *self = data; WpPwAudioSoftdspEndpoint *self = data;
GVariantDict d; GVariantDict d;
g_autofree gchar *name; g_autofree gchar *name = NULL;
const struct spa_dict *props; const struct spa_dict *props;
/* Get the proxy node */ /* Get the proxy node */
...@@ -705,7 +705,7 @@ endpoint_factory (WpFactory * factory, GType type, GVariant * properties, ...@@ -705,7 +705,7 @@ endpoint_factory (WpFactory * factory, GType type, GVariant * properties,
GAsyncReadyCallback ready, gpointer user_data) GAsyncReadyCallback ready, gpointer user_data)
{ {
g_autoptr (WpCore) core = NULL; g_autoptr (WpCore) core = NULL;
const gchar *name, *media_class; const gchar *media_class;
guint global_id; guint global_id;
/* Make sure the type is correct */ /* Make sure the type is correct */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment