From cc15646a15d46621d1675156ed5b38d70c9bb2ad Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Sat, 25 Jul 2020 17:43:21 +0200 Subject: [PATCH] changed makefile Tests now compile with just -Wall in order to allow for placeholder variables. Also tests are now compiled in c99 --- tests/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/makefile b/tests/makefile index 330d8bb..c69dd0a 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Werror -pedantic +CFLAGS = -Wall -std=c99 parse: parse.c