Skip to content

Commit f5b4822

Browse files
authored
Merge pull request #93 from RevoSucks/fixes
ignore unknown pragmas
2 parents b461cf8 + 1bf431f commit f5b4822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ IINCS := $(foreach d,$(INC_DIRS),-I$d)
174174
CDEFS := -D_LANGUAGE_C -DF3DEX_GBI_2 -DNDEBUG
175175

176176
ifneq ($(RUN_CC_CHECK),0)
177-
CHECK_WARNINGS := -Wall -Wextra
177+
CHECK_WARNINGS := -Wall -Wextra -Wno-unknown-pragmas
178178
CHECK_DEFS := -D_MIPS_SZLONG=32 -DNON_MATCHING
179179
CHECK_FLAGS := -fno-builtin -funsigned-char -fdiagnostics-color -std=gnu89 $(CDEFS) $(CHECK_DEFS) $(IINCS) -nostdinc
180180
CC_CHECK := gcc -fsyntax-only

0 commit comments

Comments
 (0)