commit | b1ba3e0661b5ef9b4ae7ae9fb8ab137cec8cc9dd | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Oct 04 16:56:37 2015 -0700 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Mon Oct 05 16:42:14 2015 -0700 |
tree | 0cc48e9a78a91ba688a96829313a34f2c67c6123 | |
parent | d06ea05070dd2e49cc8c0eedae46812f4247949e [diff] |
build: downgrade keyword-macro from an error to a warning with clang refs #3235 Change-Id: If687229c721d41d7a06b9014c1d9130b798bca64
diff --git a/.waf-tools/default-compiler-flags.py b/.waf-tools/default-compiler-flags.py index 35907b9..f82fe10 100644 --- a/.waf-tools/default-compiler-flags.py +++ b/.waf-tools/default-compiler-flags.py
@@ -161,6 +161,7 @@ '-Wno-unused-local-typedef', # Bugs #2657 and #3209 '-Wno-error=unneeded-internal-declaration', # Bug #1588 '-Wno-error=deprecated-register', + '-Wno-error=keyword-macro', # Bug #3235 ] return flags