]> git.alsa-project.org Git - alsa-lib.git/commit
topology: pcm: Remove unused variables
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Sep 2015 20:15:02 +0000 (22:15 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Sep 2015 20:15:02 +0000 (22:15 +0200)
commit9a2fe5399c6ff987fe4e23907c6467c3d2baa307
treecba432f8a7d67879464b56944b1710093943180f
parente38b13f128c743fe1f664e4491fdd0c880265da1
topology: pcm: Remove unused variables

Fix gcc warnings:
  pcm.c: In function ‘tplg_parse_stream_cfg’:
  pcm.c:160:6: warning: unused variable ‘ret’ [-Wunused-variable]
    int ret;
        ^
  pcm.c: In function ‘split_format’:
  pcm.c:267:13: warning: unused variable ‘ret’ [-Wunused-variable]
    int i = 0, ret;
               ^

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/topology/pcm.c