1
0
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:
twinaphex 2015-09-22 13:32:56 +02:00
parent 46920915f9
commit 21ab9bbeee

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