Supress unused var warning for STUN_SERVER (used only if gstreamer supported)

This commit is contained in:
Nicolas Werner 2020-10-30 03:22:48 +01:00
parent b64e6e9cd5
commit 888d004764
4 changed files with 6 additions and 6 deletions

View File

@ -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)