From b8f3eae9f3eda9c07e8b04d034e230eaac0cf230 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 26 Mar 2019 14:56:06 +0100 Subject: [PATCH] :art: Update import test Makefile std=c99 --- tests/import/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/import/Makefile b/tests/import/Makefile index 51ab48a0..561da2f7 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -3,7 +3,7 @@ CC ?= gcc SRC = ${NAME}.c OBJ = $(SRC:.c=.o) -CFLAGS = $(../../gwion -k 2>&1 | grep CFLAGS) ${INC} ${CICFLAGS} +CFLAGS = -std=c99 $(../../gwion -k 2>&1 | grep CFLAGS) ${INC} ${CICFLAGS} LDFLAGS = $(../../gwion -k 2>&1 | grep LDFLAGS) # os specific -- 2.43.0