mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Supress unused var warning for STUN_SERVER (used only if gstreamer supported)
This commit is contained in:
parent
b64e6e9cd5
commit
888d004764
4 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@ extern "C"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// https://github.com/vector-im/riot-web/issues/10173
|
// 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)
|
Q_DECLARE_METATYPE(webrtc::State)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue