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

Commit 66820ca9 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

scripts: Update the gcc-wrapper white list for 4.14-rc1 release



Update the white list of warnings for the latest kernel release
4.14-rc1, which are being treated as errors while compiling kernel
with clang compiler.

Change-Id: Ib2e57499c2483b33d22f3bcbf877c334ec0118e5
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent ce8f835b
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -195,11 +195,31 @@ allowed_warnings = set([
    "process.c:614",
    "shmem.c:1773",
    "super.c:2628",
    "super.c:2649",
    "binfmt_elf.c:2266",
    "shmem.c:4156",
    "i2c-core-base.c:2043",
    "page_alloc.c:7373",
    "page_alloc.c:7239",
    "cls_api.c:333",
    "page_alloc.c:7313",
    "irq-gic-v3-its.c:1918",
    "super.c:789",
    "sys.c:2432",
    "shmem.c:1778",
    "compat_ioctl.c:1523",
    "binfmt_elf.c:2269",
    "binfmt_elf.c:2269",
    "dm-bufio.c:1916",
    "act_api.c:491",
    "tun.c:1260",
    "f_hid.c:928",
    "shmem.c:4198",
    "act_api.c:503",
    "f_hid.c:929",
    "act_api.c:699",
    "f_hid.c:930",
    "if_ether.h:145",
 ])

# Capture the name of the object file, can find it.