Snippets for wireplumber 0.5.16 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/community/wireplumber/wireplumber-0.5.16-r0.log.
-
../modules/module-lua-scripting/api/pod.c:398:28: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | if ((lua_Integer)members < 0 || | ^ -
../src/tools/wpctl.c:163:23: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 163 | if (id <= 0 || id >= G_MAXUINT32) { | ^~ -
../src/tools/wpctl.c:191:15: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'guint64' {aka 'long long unsigned int'} [-Wformat=] 191 | "'%ld' is not a valid ID", id); | ~~^ ~~ | | | | long int guint64 {aka long long unsigned int} | %lld -
../src/tools/wpctl.c:1489:57: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'unsigned int' [-Wformat=] 1489 | "The setting ID value must be between 0 and %ld inclusive", | ~~^ | | | long int | %d -
../lib/wp/properties.c:884:37: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 884 | if ((it_data->item - dict->items) < dict->n_items) { | ^ -
../lib/wp/object-manager.c:425:23: warning: comparison of integer expressions of different signedness: 'int' and 'guint' {aka 'unsigned int'} [-Wsign-compare] 425 | while ((obj - base) < len) { | ^ -
../lib/wp/iterator.c:261:23: warning: comparison of integer expressions of different signedness: 'int' and 'guint' {aka 'unsigned int'} [-Wsign-compare] 261 | while ((ptr - base) < len) { | ^