summaryrefslogtreecommitdiff
path: root/src/codecs/opus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs/opus.cpp')
-rw-r--r--src/codecs/opus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/opus.cpp b/src/codecs/opus.cpp
index 448e9eb4..e4917a33 100644
--- a/src/codecs/opus.cpp
+++ b/src/codecs/opus.cpp
@@ -26,7 +26,7 @@
namespace codecs {
-static constexpr char kTag[] = "opus";
+[[maybe_unused]] static constexpr char kTag[] = "opus";
static int read_cb(void* src, unsigned char* ptr, int nbytes) {
IStream* source = reinterpret_cast<IStream*>(src);