Closed rbuj closed 2 years ago
CFLAGS="-g -O0 -Wconversion -Wunused-macros -Wunused-parameter" CC=clang ./autogen.sh --prefix=/usr --enable-debug --enable-compile-warnings=maximum && make &> make.log
Fix the build warning below:
gvc-balance-bar.c:33:9: warning: macro is not used [-Wunused-macros] #define BALANCE_BAR_STYLE \ ^
No other reviews in 10 days and the build would fail if this macro was still needed, so merging
Fix the build warning below: