mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
rk: gcc-wrapper.py ignore atags_to_fdt.c:99
Change-Id: Ie67fd4bdddd1cdd0f3a6c2597e8e421b2ef177de Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
parent
4b0d2aa6d0
commit
de428a6ad8
|
|
@ -45,7 +45,7 @@ allowed_warnings = set([
|
|||
"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: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
|
||||
"atags_to_fdt.c:99", # arch/arm/boot/compressed/atags_to_fdt.c:99: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
|
||||
# W=1
|
||||
"bounds.c:15", # kernel/bounds.c:15:6: warning: no previous prototype for ‘foo’
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user