summaryrefslogtreecommitdiff
path: root/pkg/fuse/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/fuse/gen.lua')
-rw-r--r--pkg/fuse/gen.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/fuse/gen.lua b/pkg/fuse/gen.lua
index 48ab9286..681ca9a6 100644
--- a/pkg/fuse/gen.lua
+++ b/pkg/fuse/gen.lua
@@ -1,4 +1,7 @@
cflags{
+ '-std=c11', '-Wall', '-Wpedantic',
+ '-Wno-overflow', -- ioctl opcode conversion
+ '-D _POSIX_C_SOURCE=200809L',
'-I $dir',
'-I $srcdir/include',
'-I $srcdir/lib',