From: Huang, Tao Date: Mon, 5 Jun 2017 07:27:23 +0000 (+0800) Subject: rk: gcc-wrapper.py ignore atags_to_fdt.c:98 X-Git-Tag: release-20171130_firefly~4^2~456 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bce183998cdf2a02628f4914718f4286e6905403;p=firefly-linux-kernel-4.4.55.git rk: gcc-wrapper.py ignore atags_to_fdt.c:98 Change-Id: Ie7d1c5b7ba5d1147c1996d73f19d5e0d768998ec Signed-off-by: Huang, Tao --- diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 26ee34d53a18..fa28c7d13890 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -47,6 +47,7 @@ allowed_warnings = set([ "ks8851.c:421", # drivers/net/ethernet/micrel/ks8851.c:421:20: warning: 'rxb[0]' may be used uninitialized in this function "compat_binfmt_elf.c:58", # fs/compat_binfmt_elf.c:58:13: warning: 'cputime_to_compat_timeval' defined but not used "memcontrol.c:5337", # mm/memcontrol.c:5337:12: warning: initialization from incompatible pointer type + "atags_to_fdt.c:98", # arch/arm/boot/compressed/atags_to_fdt.c:98:1: warning: the frame size of 1032 bytes is larger than 1024 bytes ]) # Capture the name of the object file, can find it.