rk: gcc-wrapper.py ignore cgroup.c:2132 and mdp5.xml.h:1038

Change-Id: I049addd44ecb2fe4b648ac976a41e3db1c12a36e
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
Huang, Tao
2015-12-01 10:01:14 +08:00
parent 87fb89c353
commit f1f22ee614

View File

@@ -48,6 +48,8 @@ allowed_warnings = set([
"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
"cgroup.c:2132", # kernel/cgroup.c:2132:13: warning: 'root' may be used uninitialized in this function
"mdp5.xml.h:1038", # drivers/gpu/drm/msm/mdp/mdp5/mdp5.xml.h:1038:16: warning: 'uv_filter' may be used uninitialized in this function
])
# Capture the name of the object file, can find it.