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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user