From ec7b21cd14f2ef64594cb66066d3217c4892f4eb Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 6 Nov 2015 22:17:15 -0800 Subject: Remove a const to silence some warnings --- Alc/ALu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc') diff --git a/Alc/ALu.c b/Alc/ALu.c index 721ac1d8..cc609562 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -1323,7 +1323,7 @@ static inline ALubyte aluF2UB(ALfloat val) { return aluF2B(val)+128; } #define DECL_TEMPLATE(T, func) \ -static void Write_##T(const ALfloatBUFFERSIZE *InBuffer, ALvoid *OutBuffer, \ +static void Write_##T(ALfloatBUFFERSIZE *InBuffer, ALvoid *OutBuffer, \ ALuint SamplesToDo, ALuint numchans) \ { \ ALuint i, j; \ -- cgit v1.2.3