From bce183998cdf2a02628f4914718f4286e6905403 Mon Sep 17 00:00:00 2001 From: "Huang, Tao" Date: Mon, 5 Jun 2017 15:27:23 +0800 Subject: [PATCH] rk: gcc-wrapper.py ignore atags_to_fdt.c:98 Change-Id: Ie7d1c5b7ba5d1147c1996d73f19d5e0d768998ec Signed-off-by: Huang, Tao --- scripts/gcc-wrapper.py | 1 + 1 file changed, 1 insertion(+) 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. -- 2.34.1