|
|
@@ -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\)',
|
|
|
]
|
|
|
]
|
|
|
|