rk: gcc-wrapper.py fix psci ignore

Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
Huang, Tao 2015-06-02 14:26:58 +08:00
parent e82146650e
commit 46f1476d2d

View File

@ -49,8 +49,8 @@ allowed_warnings = set([
"bus.c:318", # FIXME
"atags_to_fdt.c:96",
"compat_binfmt_elf.c:58",
"psci.c:299",
"psci.c:304",
"psci.c:268",
"psci.c:273",
"sysctl_net_core.c:24",
])