within expressions [-Wpedantic] 199 | ({ | ^ /nix/store/jd6h07kk8y8pxlha2gisrzfifpscm5kq-pipewire-1.2.7-dev/include/spa-0.2/spa/utils/hook.h:243:9: note: in expansion of macro 'spa_pod_parser_get_object' 556 | spa_pod_parser_get_object(&_p,type,id,##__VA_ARGS__); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/jd6h07kk8y8pxlha2gisrzfifpscm5kq-pipewire-1.2.7-dev/include/spa-0.2/spa/param/latency-utils.h:116:20: note: in expansion of macro 'max' 7 | __typeof__(b) _b = (b); | ^ ../subprojects/cava-0.10.2/src/output/terminal_ncurses.c:255:28: 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' 35 | bars[m_y] = max(bars[z] - height_normalizer * pow(de, 2), bars[m_y]); | ^~~