summaryrefslogtreecommitdiffstats
path: root/builder.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-05-20 21:59:15 +1000
committerChris Johns <chrisj@rtems.org>2015-05-20 22:00:11 +1000
commite9aa9537891a390044d1f283ef190165cfdd16e7 (patch)
tree5207fd55529412554865d84860398e4fd8bd21dd /builder.py
parentmghttpd: Install header file (diff)
downloadrtems-libbsd-e9aa9537891a390044d1f283ef190165cfdd16e7.tar.bz2
waf: Add warnings and auto-regen options.
Diffstat (limited to 'builder.py')
-rwxr-xr-xbuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder.py b/builder.py
index 89fd4ece..175b3b65 100755
--- a/builder.py
+++ b/builder.py
@@ -73,7 +73,7 @@ def common_warnings():
'-Wno-format']
def common_no_warnings():
- return ['-Wno-implicit-function-declaration']
+ return ['-w']
def includes():
return ['-Irtemsbsd/include',