summaryrefslogtreecommitdiff
path: root/sys/winks/kshelpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/winks/kshelpers.c')
-rw-r--r--sys/winks/kshelpers.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/winks/kshelpers.c b/sys/winks/kshelpers.c
index 2ffb7547c..80bb4775b 100644
--- a/sys/winks/kshelpers.c
+++ b/sys/winks/kshelpers.c
@@ -442,6 +442,12 @@ typedef struct
0x9B496CE1, 0x811B, 0x11cf, { 0x8C, 0x77, 0x00, 0xAA, 0x00, 0x6B, 0x68, 0x14 }
#endif
+/* GCC warns about this, but it seems to be correct and MSVC doesn't warn about
+ * it. XXX: Check again after the toolchain is updated:
+ * https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/69 */
+#ifdef __GNUC__
+#pragma GCC diagnostic ignored "-Wmissing-braces"
+#endif
static const KsPropertySetMapping known_property_sets[] = {
{{STATIC_KSPROPSETID_General}, "General"},
{{STATIC_KSPROPSETID_MediaSeeking}, "MediaSeeking"},