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

View File

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