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

Commit 8287b647 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Automerger Merge Worker
Browse files

Merge "Add one Asm warning pattern" am: 9c17b26e am: d64ca330 am: 743b998c

Original change: https://android-review.googlesource.com/c/platform/build/+/1730812

Change-Id: I7f75846fe7089c7eb050f9cdbdb7f4556c760910
parents d26c141b 743b998c
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