note: in expansion of macro 'SPA_FLAG_CLEAR' 210 | SPA_FLAG_CLEAR(builder->state.flags, SPA_POD_BUILDER_FLAG_FIRST); | ^~~~~~~~~~~~~~ /nix/store/jd6h07kk8y8pxlha2gisrzfifpscm5kq-pipewire-1.2.7-dev/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro 'pw_log_warn' 30 | pw_log_warn("out of buffers: %m"); | ^~~~~~~~~~~ /nix/store/jd6h07kk8y8pxlha2gisrzfifpscm5kq-pipewire-1.2.7-dev/include/pipewire-0.3/pipewire/log.h:174:29: note: in expansion of macro 'spa_pod_parser_get_object' 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../subprojects/cava-0.10.2/src/input/pipewire.c:99:5: note: in expansion of macro 'spa_callbacks_call_res' 243 | spa_callbacks_call_res(&(iface)->cb,method_type,res,method,vers,##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /nix/store/jd6h07kk8y8pxlha2gisrzfifpscm5kq-pipewire-1.2.7-dev/include/spa-0.2/spa/support/thread.h:113:9: note: in expansion of macro 'pw_core_method' 350 | #define pw_core_error(c,...) pw_core_method(c,error,0,__VA_ARGS__) | ^~~~~~~~~~~~~~ /nix/store/jd6h07kk8y8pxlha2gisrzfifpscm5kq-pipewire-1.2.7-dev/include/pipewire-0.3/pipewire/core.h:361:16: note: in expansion of macro 'max' 255 | max_update_value = max(max_update_value, max(bars[bar], previous_frame[bar])); | ^~~ ../subprojects/cava-0.10.2/include/cava/util.h:5:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic] 199 | ({ | ^