rk: gcc-wrapper.py ignore compat_binfmt_elf.c:58
authorHuang, Tao <huangtao@rock-chips.com>
Tue, 24 Nov 2015 12:43:54 +0000 (20:43 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 24 Nov 2015 12:43:54 +0000 (20:43 +0800)
Change-Id: I3353ba3b1cf30dec6c2068837eacd2b3cd22d5e2
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
scripts/gcc-wrapper.py

index ef82f8354ad91316042e5c228efa243bf272f2e5..8f81c6a9c9ae6f895965c99735bdf1fca26f6b54 100755 (executable)
@@ -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.