pipewire/spa/plugins
Marcos Paulo de Souza b0c3936477 Fix clang warnings about comparing uint32 < 0 (#10)
* 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>
2017-09-04 11:09:08 +02:00
..
alsa Fix clang warnings about comparing uint32 < 0 (#10) 2017-09-04 11:09:08 +02:00
audiomixer small cleanups 2017-08-27 09:16:03 +02:00
audiotestsrc small cleanups 2017-08-27 09:16:03 +02:00
ffmpeg Use remote to join nodes on remote graphs 2017-07-25 19:52:31 +02:00
support graph: use spa_node as implementation 2017-08-27 12:12:14 +02:00
test small cleanups 2017-08-27 09:16:03 +02:00
v4l2 Fix clang warnings about comparing uint32 < 0 (#10) 2017-09-04 11:09:08 +02:00
videotestsrc small cleanups 2017-08-27 09:16:03 +02:00
volume small cleanups 2017-08-27 09:16:03 +02:00
meson.build build fixes 2017-07-04 11:30:49 +02:00