aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/hrtf.cpp')
-rw-r--r--Alc/hrtf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/hrtf.cpp b/Alc/hrtf.cpp
index 5561ebfd..73cdc24e 100644
--- a/Alc/hrtf.cpp
+++ b/Alc/hrtf.cpp
@@ -1195,7 +1195,7 @@ void AddBuiltInEntry(al::vector<EnumeratedHrtf> &list, const std::string &filena
using ResData = al::span<const char>;
#ifndef ALSOFT_EMBED_HRTF_DATA
-ResData GetResource(int UNUSED(name))
+ResData GetResource(int /*name*/)
{ return ResData{}; }
#else