mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
Assume long long is there for C89_BUILD
This commit is contained in:
parent
46920915f9
commit
21ab9bbeee
2
Makefile
2
Makefile
@ -82,7 +82,7 @@ else
|
||||
endif
|
||||
|
||||
ifneq ($(C89_BUILD),)
|
||||
CFLAGS += -std=c89 -ansi -pedantic -Werror=pedantic
|
||||
CFLAGS += -std=c89 -ansi -pedantic -Werror=pedantic -Wno-long-long
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user