gcc-wrapper: fix forbidden-errors list.

Change-Id: I161afde698155db38d2b35f8fdf5b7f9e5eb5276
Signed-off-by: Gregory Bean <gbean@codeaurora.org>
(cherry picked from commit bde4ec0140fadc028d22c8959347fb8d0f501b84)

Conflicts:

	scripts/gcc-wrapper.py
This commit is contained in:
Gregory Bean 2011-04-13 17:20:24 -07:00 committed by Stephen Boyd
parent d214aec9ee
commit d3ccf9e531
1 changed files with 17 additions and 27 deletions

View File

@ -40,35 +40,25 @@ import subprocess
allowed_warnings = set([
"alignment.c:720",
"async.c:127",
"async.c:283",
"decompress_bunzip2.c:511",
"dm.c:1118",
"dm.c:1146",
"dm-table.c:1065",
"dm-table.c:1071",
"ehci-dbg.c:44",
"ehci-dbg.c:88",
"ehci-hcd.c:1048",
"ehci-hcd.c:423",
"ehci-hcd.c:614",
"ehci-hub.c:109",
"ehci-hub.c:1265",
"ehci-msm.c:156",
"ehci-msm.c:201",
"ehci-msm.c:455",
"eventpoll.c:1118",
"gspca.c:1509",
"ioctl.c:4673",
"main.c:305",
"main.c:734",
"nf_conntrack_netlink.c:762",
"async.c:122",
"async.c:270",
"dm.c:1053",
"dm.c:1080",
"dm-table.c:1120",
"dm-table.c:1126",
"drm_edid.c:1303",
"eventpoll.c:1143",
"f_mass_storage.c:3368",
"inode.c:72",
"inode.c:73",
"inode.c:74",
"msm_sdcc.c:126",
"msm_sdcc.c:128",
"nf_conntrack_netlink.c:790",
"nf_nat_standalone.c:118",
"return_address.c:61",
"scan.c:749",
"smsc.c:257",
"yaffs_guts.c:1571",
"yaffs_guts.c:600",
"soc-core.c:1719",
"xt_log.h:50",
])
# Capture the name of the object file, can find it.