rk: gcc-wrapper.py ignore atags_to_fdt.c:98
authorHuang, Tao <huangtao@rock-chips.com>
Mon, 5 Jun 2017 07:27:23 +0000 (15:27 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 5 Jun 2017 07:28:10 +0000 (15:28 +0800)
Change-Id: Ie7d1c5b7ba5d1147c1996d73f19d5e0d768998ec
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
scripts/gcc-wrapper.py

index 26ee34d53a18796f5a05cea967991e7fa8098fb0..fa28c7d13890b66bbaa3e65b33be572c355c85b6 100755 (executable)
@@ -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.