From 339be35aeec3492b895c7779ad4cc8562162dbee Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 24 Mar 2022 16:13:41 -0400 Subject: Update from C99 to C11 This is necessary for standard anonymous structs/unions. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01b2c8d..1b6ea31 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ LOCAL_CPPFLAGS := \ -D_GNU_SOURCE \ -DBFS_VERSION=\"$(VERSION)\" -LOCAL_CFLAGS := -std=c99 +LOCAL_CFLAGS := -std=c11 LOCAL_LDFLAGS := LOCAL_LDLIBS := -- cgit v1.2.3