diff --git a/scripts/clang-wrapper.py b/scripts/clang-wrapper.py index a0fa09ddf246..d650806b9d99 100755 --- a/scripts/clang-wrapper.py +++ b/scripts/clang-wrapper.py @@ -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.