mate-desktop / mate-media

Media tools for MATE
https://mate-desktop.org
GNU General Public License v2.0
19 stars 25 forks source link

gvc-balance-bar: fix build warning -Wunused-macros #186

Closed rbuj closed 2 years ago

rbuj commented 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                                       \
        ^
lukefromdc commented 2 years ago

No other reviews in 10 days and the build would fail if this macro was still needed, so merging