Remove a const to silence some warnings

This commit is contained in:
Chris Robinson
2015-11-06 22:17:15 -08:00
parent de74498cd9
commit ec7b21cd14
+1 -1
View File
@@ -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; \