Loading Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -718,6 +718,8 @@ KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) KBUILD_CFLAGS += -Wno-asm-operand-widths KBUILD_CFLAGS += -Wno-initializer-overrides KBUILD_CFLAGS += -fno-builtin KBUILD_CFLAGS += -Wno-undefined-optimized KBUILD_CFLAGS += -Wno-tautological-constant-out-of-range-compare # Quiet clang warning: comparison of unsigned expression < 0 is always false Loading scripts/gcc-wrapper.py +0 −180 Original line number Diff line number Diff line Loading @@ -40,186 +40,6 @@ import subprocess # force LANG to be set to en_US.UTF-8 to get consistent warnings. allowed_warnings = set([ "range.h:25", "kdev_t.h:64", "core.c:144", "fdt_strerror.c:94", "mmu.c:666", "page_alloc.c:4462", "sys.c:2436", "swap.c:594", "vmscan.c:1297", "util.c:636", "percpu.c:2319", "libfs.c:1047", "page_alloc.c:4461", "vmscan.c:1327", "rt.c:2687", "zsmalloc.c:753", "super.c:788", "mballoc.c:690", "ioctl.c:571", "meminfo.c:109", "compat_ioctl.c:390", "compat_ioctl.c:1525", "random.c:61", "i2c-core-base.c:2042", "ndisc.c:1328", "irq-gic-v3-its.c:1281", "dm-ioctl.c:954", "dm-bufio.c:1877", "mmc.c:81", "sd.c:83", "xfrm6_tunnel.c:143", "pcie_bus.c:383", "nf_nat_h323.c:553", "fdt.c:1208", "act_api.c:483", "helpers.c:125", "sd.c:742", "sysrq.c:146", "f_hid.c:913", "pcie_bus.c:383", "page_alloc.c:4605", "meminfo.c:110", "vmscan.c:2102", "zsmalloc.c:781", "mmc.c:82", "sd.c:84", "act_api.c:495", "fdt.c:1202", "helpers.c:145", "sd.c:741", "f_hid.c:914", "meminfo.c:113", "page_alloc.c:4606", "vmscan.c:2798", "mmc.c:83", "sd.c:85", "act_api.c:689", "sd.c:775", "f_hid.c:915", "meminfo.c:115", "mmc.c:84", "sd.c:86", "sd.c:776", "mmc.c:85", "sd.c:87", "sd.c:805", "mmc.c:86", "sd.c:88", "sd.c:806", "mmc.c:87", "sd.c:89", "sd.c:836", "mmc.c:88", "sd.c:90", "sd.c:837", "mmc.c:89", "sd.c:91", "sd.c:938", "mmc.c:90", "sd.c:93", "sd.h:189", "mmc.c:91", "sd.c:94", "sd.h:184", "mmc.c:92", "sd.c:108", "sd.h:174", "mmc.c:93", "sd.c:112", "mmc.c:99", "sd.c:113", "mmc.c:100", "sd.c:115", "mmc.c:101", "sd.c:117", "mmc.c:102", "sd.c:118", "mmc.c:103", "sd.c:120", "mmc.c:104", "sd.c:122", "mmc.c:105", "sd.c:123", "mmc.c:106", "sd.c:126", "mmc.c:107", "sd.c:127", "mmc.c:109", "sd.c:128", "mmc.c:110", "sd.c:129", "mmc.c:146", "sd.c:130", "mmc.c:153", "sd.c:131", "mmc.c:154", "sd.c:132", "mmc.c:155", "sd.c:133", "mmc.c:157", "sd.c:135", "mmc.c:159", "sd.c:138", "mmc.c:160", "sd.c:154", "mmc.c:162", "sd.c:155", "mmc.c:164", "sd.c:157", "mmc.c:165", "sd.c:158", "mmc.c:168", "sd.c:164", "mmc.c:169", "sd.c:199", "mmc.c:170", "sd.c:206", "mmc.c:171", "sd.c:207", "mmc.c:172", "sd.c:210", "mmc.c:173", "sd.c:212", "mmc.c:174", "sd.c:218", "sd.c:257", "mmc.c:175", "sd.c:261", "mmc.c:178", "mmc.c:179", "sd.c:262", "sd.c:264", "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. Loading Loading
Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -718,6 +718,8 @@ KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) KBUILD_CFLAGS += -Wno-asm-operand-widths KBUILD_CFLAGS += -Wno-initializer-overrides KBUILD_CFLAGS += -fno-builtin KBUILD_CFLAGS += -Wno-undefined-optimized KBUILD_CFLAGS += -Wno-tautological-constant-out-of-range-compare # Quiet clang warning: comparison of unsigned expression < 0 is always false Loading
scripts/gcc-wrapper.py +0 −180 Original line number Diff line number Diff line Loading @@ -40,186 +40,6 @@ import subprocess # force LANG to be set to en_US.UTF-8 to get consistent warnings. allowed_warnings = set([ "range.h:25", "kdev_t.h:64", "core.c:144", "fdt_strerror.c:94", "mmu.c:666", "page_alloc.c:4462", "sys.c:2436", "swap.c:594", "vmscan.c:1297", "util.c:636", "percpu.c:2319", "libfs.c:1047", "page_alloc.c:4461", "vmscan.c:1327", "rt.c:2687", "zsmalloc.c:753", "super.c:788", "mballoc.c:690", "ioctl.c:571", "meminfo.c:109", "compat_ioctl.c:390", "compat_ioctl.c:1525", "random.c:61", "i2c-core-base.c:2042", "ndisc.c:1328", "irq-gic-v3-its.c:1281", "dm-ioctl.c:954", "dm-bufio.c:1877", "mmc.c:81", "sd.c:83", "xfrm6_tunnel.c:143", "pcie_bus.c:383", "nf_nat_h323.c:553", "fdt.c:1208", "act_api.c:483", "helpers.c:125", "sd.c:742", "sysrq.c:146", "f_hid.c:913", "pcie_bus.c:383", "page_alloc.c:4605", "meminfo.c:110", "vmscan.c:2102", "zsmalloc.c:781", "mmc.c:82", "sd.c:84", "act_api.c:495", "fdt.c:1202", "helpers.c:145", "sd.c:741", "f_hid.c:914", "meminfo.c:113", "page_alloc.c:4606", "vmscan.c:2798", "mmc.c:83", "sd.c:85", "act_api.c:689", "sd.c:775", "f_hid.c:915", "meminfo.c:115", "mmc.c:84", "sd.c:86", "sd.c:776", "mmc.c:85", "sd.c:87", "sd.c:805", "mmc.c:86", "sd.c:88", "sd.c:806", "mmc.c:87", "sd.c:89", "sd.c:836", "mmc.c:88", "sd.c:90", "sd.c:837", "mmc.c:89", "sd.c:91", "sd.c:938", "mmc.c:90", "sd.c:93", "sd.h:189", "mmc.c:91", "sd.c:94", "sd.h:184", "mmc.c:92", "sd.c:108", "sd.h:174", "mmc.c:93", "sd.c:112", "mmc.c:99", "sd.c:113", "mmc.c:100", "sd.c:115", "mmc.c:101", "sd.c:117", "mmc.c:102", "sd.c:118", "mmc.c:103", "sd.c:120", "mmc.c:104", "sd.c:122", "mmc.c:105", "sd.c:123", "mmc.c:106", "sd.c:126", "mmc.c:107", "sd.c:127", "mmc.c:109", "sd.c:128", "mmc.c:110", "sd.c:129", "mmc.c:146", "sd.c:130", "mmc.c:153", "sd.c:131", "mmc.c:154", "sd.c:132", "mmc.c:155", "sd.c:133", "mmc.c:157", "sd.c:135", "mmc.c:159", "sd.c:138", "mmc.c:160", "sd.c:154", "mmc.c:162", "sd.c:155", "mmc.c:164", "sd.c:157", "mmc.c:165", "sd.c:158", "mmc.c:168", "sd.c:164", "mmc.c:169", "sd.c:199", "mmc.c:170", "sd.c:206", "mmc.c:171", "sd.c:207", "mmc.c:172", "sd.c:210", "mmc.c:173", "sd.c:212", "mmc.c:174", "sd.c:218", "sd.c:257", "mmc.c:175", "sd.c:261", "mmc.c:178", "mmc.c:179", "sd.c:262", "sd.c:264", "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. Loading