rk: gcc-wrapper.py ignore memcontrol.c:5346
authorHuang, Tao <huangtao@rock-chips.com>
Mon, 7 Nov 2016 02:47:20 +0000 (10:47 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 7 Nov 2016 02:47:20 +0000 (10:47 +0800)
Change-Id: I19b5f58f395cce934fe2efbb01267576b7772c02
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
scripts/gcc-wrapper.py

index e6431a0216e829325ca7719eb4621addda9d54af..9e3dd7ef3592a5e3abdea21be9b54c7c817ffbd0 100755 (executable)
@@ -46,7 +46,7 @@ allowed_warnings = set([
     "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
-    "memcontrol.c:5274", # mm/memcontrol.c:5274:12: warning: initialization from incompatible pointer type
+    "memcontrol.c:5346", # mm/memcontrol.c:5274:12: warning: initialization from incompatible pointer type
  ])
 
 # Capture the name of the object file, can find it.