commit | 0fc97486ffa6a7bac446073e3420717b6b395ea6 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 13 18:33:15 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Sep 13 18:33:15 2016 +0000 |
tree | c6937b756ef489e2947f046e5df15b67242ec02d | |
parent | e0edc4c06d7218900ab863b2367114a230f4e534 [diff] [blame] |
build: Do not fail build when -Winfinite-recursion warning is generated Change-Id: I6370a0a5a938de15924f8e139ea34b32ed20e063 Refs: #3358
diff --git a/.waf-tools/default-compiler-flags.py b/.waf-tools/default-compiler-flags.py index 3df13ad..fd15dbb 100644 --- a/.waf-tools/default-compiler-flags.py +++ b/.waf-tools/default-compiler-flags.py
@@ -168,6 +168,7 @@ '-Wno-error=unneeded-internal-declaration', # Bug #1588 '-Wno-error=deprecated-register', '-Wno-error=keyword-macro', # Bug #3235 + '-Wno-error=infinite-recursion', # Bug #3358 ] return flags