CMake Warning: Manually-specified variables were not used by the project: CMAKE_LD_FLAGS ECM_MKSPECS_INSTALL_DIR /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewirecore.cpp:31:1: warning: missing initializer for member ‘pw_core_events::bound_props’ [-Wmissing-field-initializers] 31 | }; | ^ cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.cpp:4: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourceitem.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/kpipewiredeclarativeplugin.cpp:9: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourceitem.h:16: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourceitem.h:18: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/monitors/mediamonitor.cpp:50:1: warning: missing initializer for member ‘pw_proxy_events::bound’ [-Wmissing-field-initializers] 50 | }; | ^ /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/monitors/mediamonitor.cpp:50:1: warning: missing initializer for member ‘pw_proxy_events::removed’ [-Wmissing-field-initializers] /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/monitors/mediamonitor.cpp:50:1: warning: missing initializer for member ‘pw_proxy_events::done’ [-Wmissing-field-initializers] /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/monitors/mediamonitor.cpp:50:1: warning: missing initializer for member ‘pw_proxy_events::error’ [-Wmissing-field-initializers] /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/monitors/mediamonitor.cpp:50:1: warning: missing initializer for member ‘pw_proxy_events::bound_props’ [-Wmissing-field-initializers] /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/monitors/mediamonitor.cpp:55:1: warning: missing initializer for member ‘pw_node_events::param’ [-Wmissing-field-initializers] 55 | }; | ^ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:13, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewirebaseencodedstream.cpp:20: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:14: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:16: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:13, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireencodedstream_p.h:10, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireencodedstream.cpp:8: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:14: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:16: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:13, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce.cpp:7: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:14: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewireproduce_p.h:16: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewirerecord.cpp:8: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder.cpp:9: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder.cpp: In destructor ‘virtual Encoder::~Encoder()’: /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder.cpp:76:22: warning: ‘int avcodec_close(AVCodecContext*)’ is deprecated [-Wdeprecated-declarations] 76 | avcodec_close(m_avCodecContext); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:19: /usr/include/libavcodec/avcodec.h:2387:5: note: declared here 2387 | int avcodec_close(AVCodecContext *avctx); | ^~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/gifencoder_p.h:6, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/gifencoder.cpp:10: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/h264vaapiencoder_p.h:9, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/h264vaapiencoder.cpp:9: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libx264encoder_p.h:9, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libx264encoder.cpp:9: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libvpxencoder_p.h:9, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libvpxencoder.cpp:9: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libopenh264encoder_p.h:10, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libopenh264encoder.cpp:10: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libvpxvp9encoder_p.h:10, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libvpxvp9encoder.cpp:10: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics In file included from /usr/include/spa-0.2/spa/support/plugin.h:13, from /usr/include/pipewire-0.3/pipewire/pipewire.h:12, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:20, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/dmabufhandler.h:11, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/encoder_p.h:15, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libwebpencoder_p.h:6, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/libwebpencoder.cpp:10: /usr/include/spa-0.2/spa/utils/dict.h: In function ‘const spa_dict_item* spa_dict_lookup_item(const spa_dict*, const char*)’: /usr/include/spa-0.2/spa/utils/dict.h:31:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 31 | #define SPA_DICT_ITEM_INIT(key,value) ((struct spa_dict_item) { (key), (value) }) | ^ /usr/include/spa-0.2/spa/utils/dict.h:70:42: note: in expansion of macro ‘SPA_DICT_ITEM_INIT’ 70 | struct spa_dict_item k = SPA_DICT_ITEM_INIT(key, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/support/plugin.h:12: /usr/include/pipewire-0.3/pipewire/array.h: In function ‘int pw_array_ensure_size(pw_array*, size_t)’: /usr/include/spa-0.2/spa/utils/defs.h:271:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 271 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/array.h:115:25: note: in expansion of macro ‘SPA_ROUND_UP’ 115 | alloc = SPA_ROUND_UP(need, arr->extend); | ^~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/utils/hook.h:13, from /usr/include/pipewire-0.3/pipewire/proxy.h:12, from /usr/include/pipewire-0.3/pipewire/client.h:15, from /usr/include/pipewire-0.3/pipewire/pipewire.h:15: /usr/include/spa-0.2/spa/utils/list.h: In function ‘void spa_list_init(spa_list*)’: /usr/include/spa-0.2/spa/utils/list.h:27:64: warning: ISO C++ forbids compound-literals [-Wpedantic] 27 | #define SPA_LIST_INIT(list) ((struct spa_list){ (list), (list) }) | ^ /usr/include/spa-0.2/spa/utils/list.h:31:17: note: in expansion of macro ‘SPA_LIST_INIT’ 31 | *list = SPA_LIST_INIT(list); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_append(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:367:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 367 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h: In function ‘void spa_hook_list_prepend(spa_hook_list*, spa_hook*, const void*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/utils/hook.h:377:20: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 377 | hook->cb = SPA_CALLBACKS_INIT(funcs, data); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/string.h: In function ‘int spa_strbuf_append(spa_strbuf*, const char*, ...)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/string.h:384:29: note: in expansion of macro ‘SPA_MIN’ 384 | buf->pos += SPA_MIN(remain, (size_t)written); | ^~~~~~~ In file included from /usr/include/pipewire-0.3/pipewire/context.h:48, from /usr/include/pipewire-0.3/pipewire/protocol.h:26, from /usr/include/pipewire-0.3/pipewire/proxy.h:90: /usr/include/pipewire-0.3/pipewire/core.h: In function ‘int pw_core_errorv(pw_core*, uint32_t, int, int, const char*, __va_list_tag*)’: /usr/include/pipewire-0.3/pipewire/core.h:338:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 338 | ({ \ | ^ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:340:9: note: in expansion of macro ‘spa_interface_call_res’ 340 | spa_interface_call_res((struct spa_interface*)o, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:350:41: note: in expansion of macro ‘pw_core_method’ 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro ‘pw_core_error’ 361 | return pw_core_error(core, id, seq, res, buffer); | ^~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘pw_registry* pw_core_get_registry(pw_core*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:381:9: note: in expansion of macro ‘spa_interface_call_res’ 381 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_core_create_object(pw_core*, const char*, const char*, uint32_t, const spa_dict*, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:396:9: note: in expansion of macro ‘spa_interface_call_res’ 396 | spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h: In function ‘void* pw_registry_bind(pw_registry*, uint32_t, const char*, uint32_t, size_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/pipewire-0.3/pipewire/core.h:537:9: note: in expansion of macro ‘spa_interface_call_res’ 537 | spa_interface_call_res((struct spa_interface*)registry, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h: In function ‘void spa_log_topic_init(spa_log*, spa_log_topic*)’: /usr/include/spa-0.2/spa/utils/hook.h:157:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 157 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:230:9: note: in expansion of macro ‘spa_callbacks_call’ 230 | spa_callbacks_call(&(iface)->cb,method_type,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/log.h:221:9: note: in expansion of macro ‘spa_interface_call’ 221 | spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘spa_thread* spa_thread_utils_create(spa_thread_utils*, const spa_dict*, void* (*)(void*), void*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:65:9: note: in expansion of macro ‘spa_interface_call_res’ 65 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_join(spa_thread_utils*, spa_thread*, void**)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:77:9: note: in expansion of macro ‘spa_interface_call_res’ 77 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_get_rt_range(spa_thread_utils*, const spa_dict*, int*, int*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:89:9: note: in expansion of macro ‘spa_interface_call_res’ 89 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_acquire_rt(spa_thread_utils*, spa_thread*, int)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:101:9: note: in expansion of macro ‘spa_interface_call_res’ 101 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h: In function ‘int spa_thread_utils_drop_rt(spa_thread_utils*, spa_thread*)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro ‘spa_callbacks_call_res’ 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro ‘spa_interface_call_res’ 113 | spa_interface_call_res(&o->iface, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘uint32_t spa_pod_copy_array(const spa_pod*, uint32_t, void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:337:20: note: in expansion of macro ‘SPA_MIN’ 337 | n_values = SPA_MIN(n_values, max_values); | ^~~~~~~ /usr/include/spa-0.2/spa/pod/iter.h: In function ‘spa_pod* spa_pod_get_values(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/utils/defs.h:147:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 147 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/iter.h:353:35: note: in expansion of macro ‘SPA_MIN’ 353 | *n_vals = SPA_MIN(1u, SPA_POD_CHOICE_N_VALUES(pod)); | ^~~~~~~ In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:21: /usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: ISO C++ forbids compound-literals [-Wpedantic] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::flags’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:36:94: warning: missing initializer for member ‘spa_pod_parser_state::frame’ [-Wmissing-field-initializers] 36 | #define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | ^ /usr/include/spa-0.2/spa/pod/parser.h:41:19: note: in expansion of macro ‘SPA_POD_PARSER_INIT’ 41 | *parser = SPA_POD_PARSER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h: In function ‘int spa_format_parse(const spa_pod*, uint32_t*, uint32_t*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/format-utils.h:24:16: note: in expansion of macro ‘spa_pod_parse_object’ 24 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_set_callbacks(spa_pod_builder*, const spa_pod_builder_callbacks*, void*)’: /usr/include/spa-0.2/spa/utils/hook.h:125:86: warning: ISO C++ forbids compound-literals [-Wpedantic] 125 | #define SPA_CALLBACKS_INIT(_funcs,_data) ((struct spa_callbacks){ (_funcs), (_data), }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:64:30: note: in expansion of macro ‘SPA_CALLBACKS_INIT’ 64 | builder->callbacks = SPA_CALLBACKS_INIT(callbacks, data); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/spa-0.2/spa/param/video/raw-utils.h:18, from /usr/include/spa-0.2/spa/param/video/format-utils.h:14, from /var/pisi/kpipewire-6.3.2-20/work/kpipewire-6.3.2/src/pipewiresourcestream.h:23: /usr/include/spa-0.2/spa/pod/builder.h: In function ‘void spa_pod_builder_init(spa_pod_builder*, void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: ISO C++ forbids compound-literals [-Wpedantic] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::flags’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_pod_builder_state::frame’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:52:101: warning: missing initializer for member ‘spa_callbacks::data’ [-Wmissing-field-initializers] 52 | #define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:79:20: note: in expansion of macro ‘SPA_POD_BUILDER_INIT’ 79 | *builder = SPA_POD_BUILDER_INIT(data, size); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_raw(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/utils/hook.h:199:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 199 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:127:25: note: in expansion of macro ‘spa_callbacks_call_res’ 127 | spa_callbacks_call_res(&builder->callbacks, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_primitive(spa_pod_builder*, const spa_pod*)’: /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:188:17: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 188 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_none(spa_pod_builder*)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:199:29: note: in expansion of macro ‘SPA_POD_INIT’ 199 | #define SPA_POD_INIT_None() SPA_POD_INIT(0, SPA_TYPE_None) | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:203:34: note: in expansion of macro ‘SPA_POD_INIT_None’ 203 | const struct spa_pod p = SPA_POD_INIT_None(); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_child(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:197:68: warning: ISO C++ forbids compound-literals [-Wpedantic] 197 | #define SPA_POD_INIT(size,type) ((struct spa_pod) { (size), (type) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:209:34: note: in expansion of macro ‘SPA_POD_INIT’ 209 | const struct spa_pod p = SPA_POD_INIT(size,type); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/utils/defs.h:83:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 83 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/builder.h:210:9: note: in expansion of macro ‘SPA_FLAG_CLEAR’ 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bool(spa_pod_builder*, bool)’: /usr/include/spa-0.2/spa/pod/builder.h:214:110: warning: ISO C++ forbids compound-literals [-Wpedantic] 214 | #define SPA_POD_INIT_Bool(val) ((struct spa_pod_bool){ { sizeof(uint32_t), SPA_TYPE_Bool }, (val) ? 1 : 0, 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:218:39: note: in expansion of macro ‘SPA_POD_INIT_Bool’ 218 | const struct spa_pod_bool p = SPA_POD_INIT_Bool(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_id(spa_pod_builder*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:222:96: warning: ISO C++ forbids compound-literals [-Wpedantic] 222 | #define SPA_POD_INIT_Id(val) ((struct spa_pod_id){ { sizeof(uint32_t), SPA_TYPE_Id }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:226:37: note: in expansion of macro ‘SPA_POD_INIT_Id’ 226 | const struct spa_pod_id p = SPA_POD_INIT_Id(val); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_int(spa_pod_builder*, int32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:230:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 230 | #define SPA_POD_INIT_Int(val) ((struct spa_pod_int){ { sizeof(int32_t), SPA_TYPE_Int }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:234:38: note: in expansion of macro ‘SPA_POD_INIT_Int’ 234 | const struct spa_pod_int p = SPA_POD_INIT_Int(val); | ^~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_long(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:238:98: warning: ISO C++ forbids compound-literals [-Wpedantic] 238 | #define SPA_POD_INIT_Long(val) ((struct spa_pod_long){ { sizeof(int64_t), SPA_TYPE_Long }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:242:39: note: in expansion of macro ‘SPA_POD_INIT_Long’ 242 | const struct spa_pod_long p = SPA_POD_INIT_Long(val); | ^~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_float(spa_pod_builder*, float)’: /usr/include/spa-0.2/spa/pod/builder.h:246:102: warning: ISO C++ forbids compound-literals [-Wpedantic] 246 | #define SPA_POD_INIT_Float(val) ((struct spa_pod_float){ { sizeof(float), SPA_TYPE_Float }, (val), 0 }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:250:40: note: in expansion of macro ‘SPA_POD_INIT_Float’ 250 | const struct spa_pod_float p = SPA_POD_INIT_Float(val); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_double(spa_pod_builder*, double)’: /usr/include/spa-0.2/spa/pod/builder.h:254:103: warning: ISO C++ forbids compound-literals [-Wpedantic] 254 | #define SPA_POD_INIT_Double(val) ((struct spa_pod_double){ { sizeof(double), SPA_TYPE_Double }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:258:41: note: in expansion of macro ‘SPA_POD_INIT_Double’ 258 | const struct spa_pod_double p = SPA_POD_INIT_Double(val); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_string_len(spa_pod_builder*, const char*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:262:87: warning: ISO C++ forbids compound-literals [-Wpedantic] 262 | #define SPA_POD_INIT_String(len) ((struct spa_pod_string){ { (len), SPA_TYPE_String } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:279:41: note: in expansion of macro ‘SPA_POD_INIT_String’ 279 | const struct spa_pod_string p = SPA_POD_INIT_String(len+1); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_bytes(spa_pod_builder*, const void*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:292:84: warning: ISO C++ forbids compound-literals [-Wpedantic] 292 | #define SPA_POD_INIT_Bytes(len) ((struct spa_pod_bytes){ { (len), SPA_TYPE_Bytes } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:297:40: note: in expansion of macro ‘SPA_POD_INIT_Bytes’ 297 | const struct spa_pod_bytes p = SPA_POD_INIT_Bytes(len); | ^~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_pointer(spa_pod_builder*, uint32_t, const void*)’: /usr/include/spa-0.2/spa/pod/builder.h:312:151: warning: ISO C++ forbids compound-literals [-Wpedantic] 312 | #define SPA_POD_INIT_Pointer(type,value) ((struct spa_pod_pointer){ { sizeof(struct spa_pod_pointer_body), SPA_TYPE_Pointer }, { (type), 0, (value) } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:317:42: note: in expansion of macro ‘SPA_POD_INIT_Pointer’ 317 | const struct spa_pod_pointer p = SPA_POD_INIT_Pointer(type, val); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fd(spa_pod_builder*, int64_t)’: /usr/include/spa-0.2/spa/pod/builder.h:321:90: warning: ISO C++ forbids compound-literals [-Wpedantic] 321 | #define SPA_POD_INIT_Fd(fd) ((struct spa_pod_fd){ { sizeof(int64_t), SPA_TYPE_Fd }, (fd) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:325:37: note: in expansion of macro ‘SPA_POD_INIT_Fd’ 325 | const struct spa_pod_fd p = SPA_POD_INIT_Fd(fd); | ^~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_rectangle(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:100:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 100 | #define SPA_RECTANGLE(width,height) ((struct spa_rectangle){ (width), (height) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:329:121: note: in definition of macro ‘SPA_POD_INIT_Rectangle’ 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:334:67: note: in expansion of macro ‘SPA_RECTANGLE’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:329:126: warning: ISO C++ forbids compound-literals [-Wpedantic] 329 | #define SPA_POD_INIT_Rectangle(val) ((struct spa_pod_rectangle){ { sizeof(struct spa_rectangle), SPA_TYPE_Rectangle }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:334:44: note: in expansion of macro ‘SPA_POD_INIT_Rectangle’ 334 | const struct spa_pod_rectangle p = SPA_POD_INIT_Rectangle(SPA_RECTANGLE(width, height)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_fraction(spa_pod_builder*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/utils/defs.h:118:72: warning: ISO C++ forbids compound-literals [-Wpedantic] 118 | #define SPA_FRACTION(num,denom) ((struct spa_fraction){ (num), (denom) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:338:117: note: in definition of macro ‘SPA_POD_INIT_Fraction’ 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^~~ /usr/include/spa-0.2/spa/pod/builder.h:343:65: note: in expansion of macro ‘SPA_FRACTION’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h:338:122: warning: ISO C++ forbids compound-literals [-Wpedantic] 338 | #define SPA_POD_INIT_Fraction(val) ((struct spa_pod_fraction){ { sizeof(struct spa_fraction), SPA_TYPE_Fraction }, (val) }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:343:43: note: in expansion of macro ‘SPA_POD_INIT_Fraction’ 343 | const struct spa_pod_fraction p = SPA_POD_INIT_Fraction(SPA_FRACTION(num, denom)); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_struct(spa_pod_builder*, spa_pod_frame*)’: /usr/include/spa-0.2/spa/pod/builder.h:394:89: warning: ISO C++ forbids compound-literals [-Wpedantic] 394 | #define SPA_POD_INIT_Struct(size) ((struct spa_pod_struct){ { (size), SPA_TYPE_Struct } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:399:41: note: in expansion of macro ‘SPA_POD_INIT_Struct’ 399 | const struct spa_pod_struct p = SPA_POD_INIT_Struct(0); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_object(spa_pod_builder*, spa_pod_frame*, uint32_t, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:406:136: warning: ISO C++ forbids compound-literals [-Wpedantic] 406 | #define SPA_POD_INIT_Object(size,type,id,...) ((struct spa_pod_object){ { (size), SPA_TYPE_Object }, { (type), (id) }, ##__VA_ARGS__ }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:413:13: note: in expansion of macro ‘SPA_POD_INIT_Object’ 413 | SPA_POD_INIT_Object(sizeof(struct spa_pod_object_body), type, id); | ^~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/builder.h: In function ‘int spa_pod_builder_push_sequence(spa_pod_builder*, spa_pod_frame*, uint32_t)’: /usr/include/spa-0.2/spa/pod/builder.h:431:80: warning: ISO C++ forbids compound-literals [-Wpedantic] 431 | ((struct spa_pod_sequence){ { (size), SPA_TYPE_Sequence}, {(unit), 0 } }) | ^ /usr/include/spa-0.2/spa/pod/builder.h:437:13: note: in expansion of macro ‘SPA_POD_INIT_Sequence’ 437 | SPA_POD_INIT_Sequence(sizeof(struct spa_pod_sequence_body), unit); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h: In function ‘int spa_format_video_raw_parse(const spa_pod*, spa_video_info_raw*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/raw-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h: In function ‘int spa_format_video_dsp_parse(const spa_pod*, spa_video_info_dsp*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/dsp-utils.h:33:16: note: in expansion of macro ‘spa_pod_parse_object’ 33 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h: In function ‘int spa_format_video_h264_parse(const spa_pod*, spa_video_info_h264*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/h264-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h: In function ‘int spa_format_video_mjpg_parse(const spa_pod*, spa_video_info_mjpg*)’: /usr/include/spa-0.2/spa/pod/parser.h:553:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 553 | ({ \ | ^ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/pod/parser.h:531:1: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic] 531 | ({ \ | ^ /usr/include/spa-0.2/spa/pod/parser.h:556:9: note: in expansion of macro ‘spa_pod_parser_get_object’ 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/spa-0.2/spa/param/video/mjpg-utils.h:25:16: note: in expansion of macro ‘spa_pod_parse_object’ 25 | return spa_pod_parse_object(format, | ^~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c99-extensions’ may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option ‘-Wno-gnu-statement-expression-from-macro-expansion’ may have been intended to silence earlier diagnostics