commit | efa22d6722b27035571209eb120c9c830c01f292 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 04 13:39:17 2015 -0800 |
committer | Alex Afanasyev <aa@cs.ucla.edu> | Mon Dec 07 15:21:22 2015 -0700 |
tree | 1799ee5294ca1ff25cfafe9878c6d53b5332a360 | |
parent | 308bc4470a133515062af7736c0cbe5ce6e32e4f [diff] [blame] |
build: Do not fail build when -Winfinite-recursion warning is generated Change-Id: I4f2a249073d050041f636b339ef0e3ba50ce9c07 Refs: #3358
diff --git a/.waf-tools/default-compiler-flags.py b/.waf-tools/default-compiler-flags.py index 9f15fcc..0d21318 100644 --- a/.waf-tools/default-compiler-flags.py +++ b/.waf-tools/default-compiler-flags.py
@@ -172,6 +172,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