Fix compiler warnings on Mac.
This commit is contained in:
parent
d2054b201e
commit
7a78469780
3 changed files with 4 additions and 2 deletions
|
|
@ -157,6 +157,7 @@ static int QaCallback( const void *inputBuffer, void *outputBuffer,
|
|||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case paInt16:
|
||||
{
|
||||
short *out = (short *) outputBuffer;
|
||||
|
|
|
|||
|
|
@ -343,7 +343,7 @@ static int TestBadActions( void )
|
|||
{
|
||||
PaStream* stream = NULL;
|
||||
const PaDeviceInfo* deviceInfo = NULL;
|
||||
PaError result;
|
||||
PaError result = 0;
|
||||
PaQaData myData;
|
||||
PaStreamParameters opp;
|
||||
const PaDeviceInfo* info = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue