arm64: rockchip_linux_defconfig: enable MASS_STORAGE config
[firefly-linux-kernel-4.4.55.git] / scripts / gcc-wrapper.py
index 45139eccb90c60602e61132bc6fae2f70939b500..c688210673952889837aac63acc2b2fd5118d3a8 100755 (executable)
@@ -40,14 +40,13 @@ import subprocess
 # force LANG to be set to en_US.UTF-8 to get consistent warnings.
 
 allowed_warnings = set([
-    "core.c:142", # drivers/regulator/core.c:142:6: warning: unused variable 'i'
     "posix-cpu-timers.c:1268", # kernel/time/posix-cpu-timers.c:1268:13: warning: 'now' may be used uninitialized in this function
     "af_unix.c:1036", # net/unix/af_unix.c:1036:20: warning: 'hash' may be used uninitialized in this function
     "sunxi_sram.c:214", # drivers/soc/sunxi/sunxi_sram.c:214:24: warning: 'device' may be used uninitialized in this function
     "ks8851.c:298", # drivers/net/ethernet/micrel/ks8851.c:298:2: warning: 'rxb[0]' may be used uninitialized in this function
     "ks8851.c:421", # drivers/net/ethernet/micrel/ks8851.c:421:20: warning: 'rxb[0]' may be used uninitialized in this function
     "compat_binfmt_elf.c:58", # fs/compat_binfmt_elf.c:58:13: warning: 'cputime_to_compat_timeval' defined but not used
-    "cgroup.c:2132", # kernel/cgroup.c:2132:13: warning: 'root' may be used uninitialized in this function
+    "memcontrol.c:5355", # mm/memcontrol.c:5355:12: warning: initialization from incompatible pointer type
  ])
 
 # Capture the name of the object file, can find it.