mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
The iterator 'i' in a loop is a usually a integer. But ABI variables use type _le32, which is converted to host unsigned integer. Comparing them can cause gcc warning: comparison between signed and unsigned integer expressions[-Wsign-compare]. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
|---|---|---|
| .. | ||
| builder.c | ||
| channel.c | ||
| ctl.c | ||
| dapm.c | ||
| data.c | ||
| elem.c | ||
| Makefile.am | ||
| ops.c | ||
| parser.c | ||
| pcm.c | ||
| text.c | ||
| tplg_local.h | ||