Loading tools/warn/other_warn_patterns.py +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
tools/warn/other_warn_patterns.py +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading