summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chih-Hung Hsieh <chh@google.com> 2021-06-08 14:52:45 -0700
committer Chih-Hung Hsieh <chh@google.com> 2021-06-08 14:52:45 -0700
commite40e2bf8db5ad5dce8c9e1e404309102a556f83d (patch)
tree93a1a7ac9a5074c0865d71d9f5717f0b32b2c76d
parentf2f564c9e461e368426cd96a9e30f2db9b83b28c (diff)
Add one Asm warning pattern
Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html Test: warn.py --gencsv build.log > warnings.csv Change-Id: I85b53c15b5a9e705e939e2cf810a0344df6dbeda
-rw-r--r--tools/warn/other_warn_patterns.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/warn/other_warn_patterns.py b/tools/warn/other_warn_patterns.py
index dd078fb49b..c95528c501 100644
--- a/tools/warn/other_warn_patterns.py
+++ b/tools/warn/other_warn_patterns.py
@@ -80,6 +80,8 @@ warn_patterns = [
[r".*: warning: value size does not match register size specified by the constraint and modifier"]),
asm('IT instruction is deprecated',
[r".*: warning: applying IT instruction .* is deprecated"]),
+ asm('section flags ignored',
+ [r".*: warning: section flags ignored on section redeclaration"]),
asm('setjmp/longjmp/vfork changed binding',
[r".*: warning: .*(setjmp|longjmp|vfork) changed binding to .*"]),
# NDK warnings