rk: gcc-wrapper.py ignore compat_binfmt_elf.c:58

Change-Id: I3353ba3b1cf30dec6c2068837eacd2b3cd22d5e2
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
Huang, Tao
2015-11-24 20:43:54 +08:00
parent 4c9b02f4f8
commit 3d3618dd04

View File

@@ -47,6 +47,7 @@ allowed_warnings = set([
"ks8851.c:298", # drivers/net/ethernet/micrel/ks8851.c:298:2: warning: 'rxb[0]' may be used uninitialized in this function
"ks8851.c:421", # drivers/net/ethernet/micrel/ks8851.c:421:20: warning: 'rxb[0]' may be used uninitialized in this function
"rockchip_drm_vop.c:581", # drivers/gpu/drm/rockchip/rockchip_drm_vop.c:581:49: warning: 'vskiplines' 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
])
# Capture the name of the object file, can find it.