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/cproc/gen.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg/cproc/gen.lua') diff --git a/pkg/cproc/gen.lua b/pkg/cproc/gen.lua index bba3f8aa..645c9bfd 100644 --- a/pkg/cproc/gen.lua +++ b/pkg/cproc/gen.lua @@ -1,6 +1,5 @@ cflags{ - '-std=c11', '-pedantic', - '-Wall', '-Wno-switch', '-Wno-parentheses', + '-std=c11', '-Wall', '-Wpedantic', '-Wno-switch', '-Wno-parentheses', '-I $dir', } -- cgit v1.2.3