summaryrefslogtreecommitdiffstats
path: root/builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'builder.py')
-rwxr-xr-xbuilder.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/builder.py b/builder.py
index 56494017..4a749d02 100755
--- a/builder.py
+++ b/builder.py
@@ -164,7 +164,8 @@ def commonFlags():
def commonWarnings():
return ['-Wall',
- '-Wno-format']
+ '-Wno-format',
+ '-Wno-pointer-sign']
def commonNoWarnings():
return ['-w']