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:
Tao Huang
2019-11-25 16:36:07 +08:00
parent 2994e8c882
commit a1fa6e57ba

View File

@@ -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.