diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index c43deedfd799..1f4ee7b5fc68 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -47,6 +47,7 @@ allowed_warnings = set([ "core.c:1334", "menu.c:129", "bus.c:318", # FIXME + "atags_to_fdt.c:96", ]) # Capture the name of the object file, can find it.