Commit 593731ef authored by Michael Niedermayer's avatar Michael Niedermayer

tests/checkasm/Makefile: Fix checkasm with SDL

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent aee909ac
......@@ -18,7 +18,7 @@ $(CHECKASMOBJS): | $(CHECKASMDIRS)
OBJDIRS += $(CHECKASMDIRS)
# We rely on function pointers intentionally declared without specified argument types.
tests/checkasm/%.o: CFLAGS := $(CFLAGS:-Wstrict-prototypes=-Wno-strict-prototypes)
tests/checkasm/%.o: CFLAGS := $(CFLAGS:-Wstrict-prototypes=-Wno-strict-prototypes) -Umain
CHECKASM := tests/checkasm/checkasm$(EXESUF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment