From b4d56d3fdff4243ae2a3fc64934ced2af3187690 Mon Sep 17 00:00:00 2001 From: Chris Robinson <chris.kcat@gmail.com> Date: Sun, 28 Jul 2019 17:15:34 -0700 Subject: Remove the UNUSED macro --- OpenAL32/alListener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/alListener.cpp') diff --git a/OpenAL32/alListener.cpp b/OpenAL32/alListener.cpp index 232aba33..419e38ad 100644 --- a/OpenAL32/alListener.cpp +++ b/OpenAL32/alListener.cpp @@ -154,7 +154,7 @@ START_API_FUNC END_API_FUNC -AL_API ALvoid AL_APIENTRY alListeneri(ALenum param, ALint UNUSED(value)) +AL_API ALvoid AL_APIENTRY alListeneri(ALenum param, ALint /*value*/) START_API_FUNC { ContextRef context{GetContextRef()}; -- cgit v1.2.3