summaryrefslogtreecommitdiffstats
path: root/libbsd_waf.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd_waf.py')
-rw-r--r--libbsd_waf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd_waf.py b/libbsd_waf.py
index e1d4e905..32b8b132 100644
--- a/libbsd_waf.py
+++ b/libbsd_waf.py
@@ -42,6 +42,7 @@ def build(bld):
if bld.env.WARNINGS:
common_flags += ["-Wall"]
common_flags += ["-Wno-format"]
+ common_flags += ["-Wno-pointer-sign"]
else:
common_flags += ["-w"]
cflags = ['-std=gnu11'] + common_flags