X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Fgcc-wrapper.py;h=8753754536a84c9a826738997db1c7f9e65938f1;hb=bff22aebd089596c0a5932c3c0f68b9f8fbf5236;hp=1f4ee7b5fc68756e329330e1b35e42e50b138151;hpb=6461fc6fcb77134cb454f1af9c08c277dc6b4b2c;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 1f4ee7b5fc68..8753754536a8 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -42,12 +42,15 @@ import subprocess allowed_warnings = set([ "return_address.c:63", "hid-appleir.c:347", - "hid-magicmouse.c:580", + "hid-magicmouse.c:590", "hid-ntrig.c:1026", "core.c:1334", "menu.c:129", "bus.c:318", # FIXME "atags_to_fdt.c:96", + "compat_binfmt_elf.c:58", + "psci.c:299", + "psci.c:304", ]) # Capture the name of the object file, can find it.