From 3ff8532c91176013299a22e25af6449c86629f1f Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 20 Feb 2020 20:15:50 -0800 Subject: Use -Wpedantic over -pedantic --- pkg/utf8proc/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/utf8proc/gen.lua') diff --git a/pkg/utf8proc/gen.lua b/pkg/utf8proc/gen.lua index a42716c2..926f0f3a 100644 --- a/pkg/utf8proc/gen.lua +++ b/pkg/utf8proc/gen.lua @@ -1,4 +1,4 @@ -cflags{'-std=c99', '-Wall', '-pedantic'} +cflags{'-std=c99', '-Wall', '-Wpedantic'} lib('libutf8proc.a', {'utf8proc.c'}) -- cgit v1.2.3