mate-desktop / mate-media

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

sound-theme-file-utils: fix build warning -Wformat-nonliteral #184

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:

sound-theme-file-utils.c:195:33: warning: format string is not a string literal [-Wformat-nonliteral]
        name = g_strdup_printf (pattern, sound_name);
                                ^~~~~~~