]> git.alsa-project.org Git - alsa-lib.git/commit
topology: parser: Add missing return value to snd_tplg_set_manifest_data()
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Sep 2015 20:13:50 +0000 (22:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Sep 2015 20:14:19 +0000 (22:14 +0200)
commite38b13f128c743fe1f664e4491fdd0c880265da1
tree35a6c76f2b1d0ba9d2c0f16f2af032004ef49c0b
parent5b21400c42877ff6c2a386c7c5ed5c6c6c9bf664
topology: parser: Add missing return value to snd_tplg_set_manifest_data()

Spotted by gcc warning:
  parser.c: In function ‘snd_tplg_set_manifest_data’:
  parser.c:361:1: warning: control reaches end of non-void function [-Wreturn-type]
   }
   ^

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