rk: gcc-wrapper.py ignore compat_binfmt_elf.c:58
[firefly-linux-kernel-4.4.55.git] / 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.