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
diff --git a/scripts/clang-wrapper.py b/scripts/clang-wrapper.py
index a0fa09d..d650806 100755
--- a/scripts/clang-wrapper.py
+++ b/scripts/clang-wrapper.py
@@ -38,6 +38,7 @@
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.