Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e40e2bf8 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

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
parent f2f564c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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