initialize uninitialized variables to suppress compiler warnings (values would never have been used
This commit is contained in:
parent
042d6c7740
commit
cb766ba622
1 changed files with 2 additions and 0 deletions
|
|
@ -2417,6 +2417,7 @@ static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi,
|
|||
suggestedInputLatency = 0.;
|
||||
inputStreamInfo = 0;
|
||||
hostInputSampleFormat = 0;
|
||||
inputChannelMask = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -2467,6 +2468,7 @@ static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi,
|
|||
outputStreamInfo = 0;
|
||||
hostOutputSampleFormat = 0;
|
||||
suggestedOutputLatency = 0.;
|
||||
outputChannelMask = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue