From 402c185dd4907b560ed1e284b02c65cf3a686116 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 10 Dec 2023 00:49:53 +0000 Subject: [PATCH] Let's be clear about our C standard. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4670 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 7fe82fc7..dc01caaf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -42,6 +42,7 @@ $(error Unexpected host platform $(UNAME_S).) endif CFLAGS += \ + -std=gnu11 \ -Wall \ -Wextra \ -Wno-unused-parameter \