| spa_interface_call_res((struct spa_interface*)core, | ^~~~~~~~~~~~~~~~~~~~~~ /nix/store/jd6h07kk8y8pxlha2gisrzfifpscm5kq-pipewire-1.2.7-dev/include/spa-0.2/spa/support/loop.h:356:49: note: in expansion of macro 'spa_loop_utils_method_s' 356 | #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 'pw_logt' 168 | pw_log_logt(lev,topic,__FILE__,__LINE__,__func__,__VA_ARGS__); | ^~~~~~~~~~~ ../subprojects/cava-0.10.2/src/input/pipewire.c:30:39: note: format string is defined here 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 'max' 255 | max_update_value = max(max_update_value, max(bars[bar], previous_frame[bar])); | ^~~