summaryrefslogtreecommitdiff
path: root/pkg/cproc/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/cproc/gen.lua')
-rw-r--r--pkg/cproc/gen.lua3
1 files changed, 1 insertions, 2 deletions
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',
}