diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-20 20:15:50 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-20 20:15:50 -0800 |
| commit | 3ff8532c91176013299a22e25af6449c86629f1f (patch) | |
| tree | 3e774778f5102a4eecb187093ebfa502fa90d472 /pkg/utf8proc/gen.lua | |
| parent | aea11e0e4aea4ea84069cf3722c9bb41c5be9c3d (diff) | |
Use -Wpedantic over -pedantic
Diffstat (limited to 'pkg/utf8proc/gen.lua')
| -rw-r--r-- | pkg/utf8proc/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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'}) |
