From 21ab9bbeeebe4c347affb64d710d682f0b953b14 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 22 Sep 2015 13:32:56 +0200 Subject: [PATCH] Assume long long is there for C89_BUILD --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f377627e8..ed9f5253ad 100644 --- a/Makefile +++ b/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