ISO C forbids braced-groups within expressions [-Wpedantic] 83 | ({ | ^ ../subprojects/cava-0.10.2/src/output/terminal_ncurses.c:255:28: note: in expansion of macro 'pw_log_warn' 70 | pw_log_warn("pw quit signal %d received, terminating...", signal_number); | ^~~~~~~~~~~ ../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"); | ^~~~~~~~~~~ ../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"); | ^~~~~~~~~~~ ../subprojects/cava-0.10.2/src/input/pipewire.c: In function 'gboolean wp_log_topic_is_enabled(WpLogTopic*, GLogLevelFlags)': /nix/store/ml0az4xav28g5pcm2g2pjfj9qhj1qn3s-wireplumber-0.5.8-dev/include/wireplumber-0.5/wp/log.h:112:24: warning: bitwise operation between different enumeration types 'WpLogTopicFlags' and 'GLogLevelFlags' is deprecated [-Wdeprecated-enum-enum-conversion] 112 | return (topic->flags & log_level & WP_LOG_TOPIC_LEVEL_MASK) != 0; |