From 13e37492eb0a8c4f2675d8432bcf45fb8a1a5a40 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Fri, 26 Jan 2018 17:48:50 -0500 Subject: [PATCH] Fixing build issues in VideoStreaming.cc --- src/VideoStreaming/VideoStreaming.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/VideoStreaming/VideoStreaming.cc b/src/VideoStreaming/VideoStreaming.cc index b98c4e23e..d7ec9a912 100644 --- a/src/VideoStreaming/VideoStreaming.cc +++ b/src/VideoStreaming/VideoStreaming.cc @@ -155,6 +155,8 @@ void initializeVideoStreaming(int &argc, char* argv[], char* logpath, char* debu #else Q_UNUSED(argc); Q_UNUSED(argv); + Q_UNUSED(logpath); + Q_UNUSED(debuglevel); #endif qmlRegisterType ("QGroundControl.QgcQtGStreamer", 1, 0, "VideoItem"); qmlRegisterUncreatableType("QGroundControl.QgcQtGStreamer", 1, 0, "VideoSurface", QLatin1String("VideoSurface from QML is not supported")); -- 2.22.0