Merge branch android-common-3.10
[firefly-linux-kernel-4.4.55.git] / scripts / gcc-wrapper.py
index 1f4ee7b5fc68756e329330e1b35e42e50b138151..147ae09af62b2bd390f2f7b3ba46cd83a1965697 100755 (executable)
@@ -42,12 +42,16 @@ 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",
+    "sysctl_net_core.c:24",
  ])
 
 # Capture the name of the object file, can find it.