]> git.alsa-project.org Git - alsa-lib.git/commit
Fix compile warnings
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 May 2011 07:14:29 +0000 (09:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 May 2011 07:14:29 +0000 (09:14 +0200)
commit75194776a79ddd23b764138dc7c3a2e224b439a0
tree06cc5434f4d03c90717f6fd1cd24af05c7ba1b7d
parent808ce5deb3550e522a0c3087f1c851bdf87d3464
Fix compile warnings

strstr() returns a char pointer

simple_none.c: In function ‘base_len’:
simple_none.c:940:33: warning: ordered comparison of pointer with integer zero
simple_none.c:941:29: warning: ordered comparison of pointer with integer zero

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