summaryrefslogtreecommitdiffstats
path: root/src/sdl_mixer.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl_mixer.mk')
-rw-r--r--src/sdl_mixer.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_mixer.mk b/src/sdl_mixer.mk
index d61b5ef..0cfd35a 100644
--- a/src/sdl_mixer.mk
+++ b/src/sdl_mixer.mk
@@ -48,7 +48,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
'$(TARGET)-gcc' \
- -W -Wall -Werror -ansi -pedantic \
+ -W -Wall -Werror -ansi -pedantic -Wno-unused-but-set-variable \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl_mixer.exe' \
`'$(TARGET)-pkg-config' SDL_mixer --cflags --libs`
endef