Snippets for wireplumber 0.5.14 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/wireplumber/0.5.14/2.fc45/data/logs/i686/build.log.
-
../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) { | ^ -
../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/properties.c:868:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 868 | if ((it_data->item - dict->items) < dict->n_items) { | ^ -
/usr/include/glib-2.0/glib/glib-autocleanups.h:32:3: warning: ‘children’ may be used uninitialized [-Wmaybe-uninitialized] 32 | g_free (*pp); | ^~~~~~~~~~~~ -
/usr/include/glib-2.0/glib/gmacros.h:1397:10: warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized] 1397 | { if (_ptr) (cleanup) ((ParentName *) _ptr); } \ | ^ -
../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:135:23: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘unsigned int’ [-Wsign-compare] 135 | if (id <= 0 || id >= G_MAXUINT32) { | ^~ -
../src/tools/wpctl.c:163:15: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘guint64’ {aka ‘long long unsigned int’} [-Wformat=] 163 | "'%ld' is not a valid ID", id); | ~~^ ~~ | | | | long int guint64 {aka long long unsigned int} | %lld -
../src/tools/wpctl.c:1307:57: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘unsigned int’ [-Wformat=] 1307 | "The setting ID value must be between 0 and %ld inclusive", | ~~^ | | | long int | %d