From e9aa9537891a390044d1f283ef190165cfdd16e7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 20 May 2015 21:59:15 +1000 Subject: waf: Add warnings and auto-regen options. --- builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builder.py') 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', -- cgit v1.2.3