From a3ae6ed89823f28532f9c3e12eaacf538ac14913 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 27 Feb 2023 17:43:25 +0100 Subject: Change the standard from c89 to c99 (in tests) --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index a94bb88..34a9f38 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,7 +4,7 @@ CC = cc SRC != find * -name '*.c' OBJ = ${SRC:.c=.o} -CFLAGS = -Wall -ansi --std=c89 -pedantic\ +CFLAGS = -Wall --std=c99 -pedantic\ -I../src/ LDFLAGS = -L../ -l:liblog.a -- cgit v1.2.3