UPSTREAM: coccinelle: bugon: reduce rule applicability
[firefly-linux-kernel-4.4.55.git] / scripts / gcc-wrapper.py
index e5baf38726cfdb0f5dfdf71ffec2ef767b0eb763..1e0c1e2c190039ac4da1d9ca10f51e314600a375 100755 (executable)
@@ -46,7 +46,9 @@ 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
     "compat_binfmt_elf.c:58", # fs/compat_binfmt_elf.c:58:13: warning: 'cputime_to_compat_timeval' defined but not used
-    "memcontrol.c:5271", # mm/memcontrol.c:5271:2: warning: initialization from incompatible pointer type
+    "memcontrol.c:5337", # mm/memcontrol.c:5337:12: warning: initialization from incompatible pointer type
+    "atags_to_fdt.c:98", # arch/arm/boot/compressed/atags_to_fdt.c:98:1: warning: the frame size of 1032 bytes is larger than 1024 bytes
+    "drm_edid.c:3506", # drivers/gpu/drm/drm_edid.c:3506:13: warning: 'cea_db_is_hdmi_forum_vsdb' defined but not used
  ])
 
 # Capture the name of the object file, can find it.