mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
rk: clang-wrapper.py ignore atags_to_fdt.c:109
stack frame size of 4416 bytes in function 'atags_to_fdt' Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I07d22e8ca0006b8797a0cfaf42d93e46fdd4ee5c
This commit is contained in:
parent
2994e8c882
commit
a1fa6e57ba
|
|
@ -38,6 +38,7 @@ import sys
|
|||
import subprocess
|
||||
|
||||
allowed_warnings = set([
|
||||
"atags_to_fdt.c:109", # arch/arm/boot/compressed/atags_to_fdt.c:109:5: warning: stack frame size of 4416 bytes in function 'atags_to_fdt' [-Wframe-larger-than=]
|
||||
])
|
||||
|
||||
# Capture the name of the object file, can find it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user