summary refs log tree commit diff
path: root/src/WebRTCSession.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-30 03:22:48 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-30 03:22:48 +0100
commit888d0047648c008e884a017a3ef8be5fdf72ced4 (patch)
tree97fd4a64f69de4c318ba6d728658e2a44750ed09 /src/WebRTCSession.cpp
parentMerge pull request #311 from trilene/webrtc-video (diff)
downloadnheko-888d0047648c008e884a017a3ef8be5fdf72ced4.tar.xz
Supress unused var warning for STUN_SERVER (used only if gstreamer supported)
Diffstat (limited to 'src/WebRTCSession.cpp')
-rw-r--r--src/WebRTCSession.cpp2
1 files changed, 1 insertions, 1 deletions
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)