summaryrefslogtreecommitdiff
path: root/pkg/ubase/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ubase/gen.lua')
-rw-r--r--pkg/ubase/gen.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/ubase/gen.lua b/pkg/ubase/gen.lua
index f584ec88..7048ba53 100644
--- a/pkg/ubase/gen.lua
+++ b/pkg/ubase/gen.lua
@@ -1,5 +1,6 @@
cflags{
- '-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized', '-Wno-overflow',
+ '-std=c99', '-Wall', '-Wpedantic',
+ '-Wno-maybe-uninitialized', '-Wno-overflow', '-Wno-format-truncation',
'-D _GNU_SOURCE',
'-D _XOPEN_SOURCE=700',
'-I $dir',