summaryrefslogtreecommitdiff
path: root/src/codecs/mad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs/mad.cpp')
-rw-r--r--src/codecs/mad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/mad.cpp b/src/codecs/mad.cpp
index 6e1546d8..d5516e30 100644
--- a/src/codecs/mad.cpp
+++ b/src/codecs/mad.cpp
@@ -23,7 +23,7 @@
namespace codecs {
-static constexpr char kTag[] = "mad";
+[[maybe_unused]] static constexpr char kTag[] = "mad";
static constexpr uint32_t kMallocCapsPrefer =
MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT;