Remove superfluid void cast
This commit is contained in:
parent
ccc88607b6
commit
b37657be70
1 changed files with 0 additions and 1 deletions
|
|
@ -3641,7 +3641,6 @@ static PaError PaAlsaStreamComponent_BeginPolling( PaAlsaStreamComponent* self,
|
|||
{
|
||||
PaError result = paNoError;
|
||||
int ret = alsa_snd_pcm_poll_descriptors( self->pcm, pfds, self->nfds );
|
||||
(void)ret; /* Prevent unused variable warning if asserts are turned off */
|
||||
/* If alsa returns anything else, like -EPIPE return*/
|
||||
if( ret != self->nfds )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue