From 8b928bf22f5f7a40ecf0a4d3bc76dbbe20eb4cd5 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 5 Jan 2022 12:18:50 +0800 Subject: [PATCH] ci: temporary bypass tinyxml2 cmake deprecated warning --- tools/ci/check_build_warnings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci/check_build_warnings.py b/tools/ci/check_build_warnings.py index c1e564e727..73538ebda9 100755 --- a/tools/ci/check_build_warnings.py +++ b/tools/ci/check_build_warnings.py @@ -35,7 +35,8 @@ IGNORE_WARNS = [ r'changes choice state', r'crosstool_version_check\.cmake', r'CryptographyDeprecationWarning', - r'Warning: \d+/\d+ app partitions are too small for binary' + r'Warning: \d+/\d+ app partitions are too small for binary', + r'CMake Deprecation Warning at main/lib/tinyxml2/CMakeLists\.txt:11 \(cmake_policy\)', ] ]