diff options
| author | c_samjit <samjit@codeaurora.org> | 2014-07-28 19:53:53 +0530 |
|---|---|---|
| committer | c_samjit <samjit@codeaurora.org> | 2014-07-31 15:54:00 +0530 |
| commit | 2e69e4e0d097d44180c55f8fbc6138f363a736bc (patch) | |
| tree | ac4313a044f2cf4f00ea2327de32f9dd24ff2174 /scripts/gcc-wrapper.py | |
| parent | 9e566ac90e005dfb0d5dbef18305ce73c7961d8f (diff) | |
Compilation issue fix
Defined INSTALLED_KERNEL_TARGET
Added files to ggc_wrapper.py
Disabled SELINUX
Change-Id: I7a1702dfcaac32caff94a7cd1929483c005fc15e
Signed-off-by: Samjith Sadasivan <samjit@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 9fc9375d5ac..35169310d84 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -40,10 +40,10 @@ import subprocess # force LANG to be set to en_US.UTF-8 to get consistent warnings. allowed_warnings = set([ - "alignment.c:327", - "mmu.c:602", - "return_address.c:62", - "swab.h:49", + "alignment.c:327", + "mmu.c:602", + "return_address.c:62", + "swab.h:49", "SemaLambda.cpp:946", "CGObjCGNU.cpp:1414", "BugReporter.h:146", @@ -63,6 +63,13 @@ allowed_warnings = set([ "inet_hashtables.h:356", "xc4000.c:1049", "xc4000.c:1063", + "f_qdss.c:586", + "mipi_tc358764_dsi2lvds.c:746", + "dynamic_debug.h:75", + "hci_conn.c:407", + "f_qdss.c:740", + "mipi_novatek.c:569", + "swab.h:34", ]) # Capture the name of the object file, can find it. |
