From e2a2a17f09f35bb9751213c728362588a5889ef2 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 2 Jan 2020 16:05:25 +0100 Subject: [PATCH] fallbackswitch: disable extra warnings for aggregator build --- gst-plugin-fallbackswitch/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-plugin-fallbackswitch/build.rs b/gst-plugin-fallbackswitch/build.rs index 49ab0ad4..9e877461 100644 --- a/gst-plugin-fallbackswitch/build.rs +++ b/gst-plugin-fallbackswitch/build.rs @@ -29,6 +29,7 @@ fn main() { "PACKAGE_BUGREPORT", "\"https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/new\"", ); + build.extra_warnings(false); build.define("GstAggregator", "GstAggregatorFallback"); build.define("GstAggregatorClass", "GstAggregatorFallbackClass"); build.define("GstAggregatorPrivate", "GstAggregatorFallbackPrivate");