mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
* Fix clang warnings about comparing uint32 < 0 clangs complains about an uint32 compared to < 0: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] So remove these comparisos and an uint32 never will be less than 0. Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> * module-jack.c: Differentiate error msg from protocol-native Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> |
||
|---|---|---|
| .. | ||
| alsa-monitor.c | ||
| alsa-sink.c | ||
| alsa-source.c | ||
| alsa-utils.c | ||
| alsa-utils.h | ||
| alsa.c | ||
| meson.build | ||