X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Fgcc-wrapper.py;h=47b2630fd0e6dfa8523cdae9b3020e98cc816904;hb=f1f22ee614d18cbff082bedb407afb61061ad867;hp=8f81c6a9c9ae6f895965c99735bdf1fca26f6b54;hpb=87fb89c353234910f500934b5f83577d3df88810;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 8f81c6a9c9ae..47b2630fd0e6 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -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.