[Bug 787980] tests: ipcpipeline: fix struct initializations
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Sep 21 11:00:54 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=787980
--- Comment #1 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 360175
--> https://bugzilla.gnome.org/attachment.cgi?id=360175&action=edit
tests: ipcpipeline: fix struct initializations
When compiling with clang 3.8.1 (debian) an error shows up:
error: suggest braces around initialization of subobject
[-Werror,-Wmissing-braces]
This patch fix structures initialization adding the missing braces.
Nonetheless, this patch has to be committed with --no-verify because
this changeset is not well handled by gst-indent.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list