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 1d0c978ed3
commit 10309a5a2e

View File

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