diff options
Diffstat (limited to 'src/codecs/mad.cpp')
| -rw-r--r-- | src/codecs/mad.cpp | 2 |
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; |
