From 888d0047648c008e884a017a3ef8be5fdf72ced4 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 30 Oct 2020 03:22:48 +0100 Subject: Supress unused var warning for STUN_SERVER (used only if gstreamer supported) --- src/WebRTCSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WebRTCSession.cpp') diff --git a/src/WebRTCSession.cpp b/src/WebRTCSession.cpp index 890bb866..c746df8e 100644 --- a/src/WebRTCSession.cpp +++ b/src/WebRTCSession.cpp @@ -25,7 +25,7 @@ extern "C" #endif // https://github.com/vector-im/riot-web/issues/10173 -constexpr std::string_view STUN_SERVER = "stun://turn.matrix.org:3478"; +[[maybe_unused]] constexpr std::string_view STUN_SERVER = "stun://turn.matrix.org:3478"; Q_DECLARE_METATYPE(webrtc::State) -- cgit 1.5.1