From 46e676254e5121f38c5d3668855c34a4496f88ec Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 8 Jun 2024 15:15:02 +0200 Subject: Switch to C11 --- make.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.c b/make.c index 28032d0..0b3837f 100644 --- a/make.c +++ b/make.c @@ -20,7 +20,7 @@ enum { static char *cflags_all[] = { "-pipe", - "-std=c99", + "-std=c11", "-Wall", "-Wextra", "-Wno-attributes", -- cgit v1.2.3