diff options
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index eafe94a0170..52f6d59450f 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -44,6 +44,26 @@ allowed_warnings = set([ "mmu.c:602", "return_address.c:62", "workqueue.c:480" + "swab.h:49", + "SemaLambda.cpp:946", + "CGObjCGNU.cpp:1414", + "BugReporter.h:146", + "RegionStore.cpp:1904", + "SymbolManager.cpp:484", + "RewriteObjCFoundationAPI.cpp:737", + "RewriteObjCFoundationAPI.cpp:696", + "CommentParser.cpp:394", + "CommentParser.cpp:391", + "CommentParser.cpp:356", + "LegalizeDAG.cpp:3646", + "IRBuilder.h:844", + "DataLayout.cpp:193", + "transport.c:653", + "xt_socket.c:307", + "xt_socket.c:161", + "inet_hashtables.h:356", + "xc4000.c:1049", + "xc4000.c:1063", ]) # Capture the name of the object file, can find it. |
