From 4017242e7b66046fe7604ba36ae385dc305a940f Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Jun 2020 02:40:11 -0700 Subject: make: Disable spurious local address return warning --- pkg/make/gen.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/make/gen.lua') diff --git a/pkg/make/gen.lua b/pkg/make/gen.lua index 311af58a..04e97fe8 100644 --- a/pkg/make/gen.lua +++ b/pkg/make/gen.lua @@ -1,4 +1,5 @@ cflags{ + '-std=c99', '-Wno-return-local-addr', '-D HAVE_CONFIG_H', '-I $dir', '-I $srcdir/src', -- cgit v1.2.3