Fix compiler warnings on Mac.

This commit is contained in:
philburk 2011-09-08 06:09:29 +00:00
commit 7a78469780
3 changed files with 4 additions and 2 deletions

View file

@ -157,6 +157,7 @@ static int QaCallback( const void *inputBuffer, void *outputBuffer,
}
}
break;
case paInt16:
{
short *out = (short *) outputBuffer;