mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
Fix build with -Werror=maybe-uninitialized
This commit is contained in:
parent
ca08af1f17
commit
2c132becb4
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ preset_get_keyfile (GstPreset * preset)
|
||||||
guint64 version_user = G_GUINT64_CONSTANT (0);
|
guint64 version_user = G_GUINT64_CONSTANT (0);
|
||||||
guint64 version = G_GUINT64_CONSTANT (0);
|
guint64 version = G_GUINT64_CONSTANT (0);
|
||||||
gboolean merged = FALSE;
|
gboolean merged = FALSE;
|
||||||
GKeyFile *in_user, *in_app = NULL, *in_system;
|
GKeyFile *in_user = NULL, *in_app = NULL, *in_system;
|
||||||
|
|
||||||
const gchar *envvar;
|
const gchar *envvar;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue