Browse Source

tests/checkasm/Makefile: Fix checkasm with SDL

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
593731efa8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/checkasm/Makefile

+ 1
- 1
tests/checkasm/Makefile View File

@@ -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)



Loading…
Cancel
Save