Fix compiler warnings on Mac.
This commit is contained in:
parent
d2054b201e
commit
7a78469780
3 changed files with 4 additions and 2 deletions
|
|
@ -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