scripts/gcc-wrapper.py: ignore drm_edid.c:3506
authorJianqun Xu <jay.xu@rock-chips.com>
Tue, 27 Jun 2017 09:00:35 +0000 (17:00 +0800)
committerJianqun Xu <jay.xu@rock-chips.com>
Tue, 27 Jun 2017 09:01:50 +0000 (17:01 +0800)
Change-Id: I3363df9995e27dedb4b0b461e210f872b7ef83c8
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
scripts/gcc-wrapper.py

index fa28c7d13890b66bbaa3e65b33be572c355c85b6..1e0c1e2c190039ac4da1d9ca10f51e314600a375 100755 (executable)
@@ -48,6 +48,7 @@ allowed_warnings = set([
     "compat_binfmt_elf.c:58", # fs/compat_binfmt_elf.c:58:13: warning: 'cputime_to_compat_timeval' defined but not used
     "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.