Remove superfluid void cast

This commit is contained in:
Daniel Schürmann 2020-11-27 08:40:45 +01:00
commit b37657be70

View file

@ -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 )
{