~vcs-imports/alsa-utils/trunk

« back to all changes in this revision

Viewing changes to alsaloop/pcmjob.c

  • Committer: Jaroslav Kysela
  • Date: 2019-03-13 13:47:23 UTC
  • Revision ID: git-v1:8dcc3a1391ade9f714143038cf6f816fad1cc2df
alsaloop: remove unused assignment warning (coverity)

Signed-off-by: Jaroslav Kysela <perex@perex.cz>

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
                /* avoid 100% CPU usage for broken plugins */
294
294
                ts.tv_sec = 0;
295
295
                ts.tv_nsec = 10000;
296
 
                err = nanosleep(&ts, NULL);
 
296
                nanosleep(&ts, NULL);
297
297
                return 0;
298
298
        }
299
299
        snd_pcm_sw_params_alloca(&swparams);