gcc-wrapper: Add warning for dir.c:43

Change bde4ec0140fadc028d22c8959347fb8d0f501b84 consolidated
warnings generated from several toolchains, but forgot this one.

Change-Id: I4ab67610962572371cefedace30bb2e89b818c12
Signed-off-by: Michael Bohan <mbohan@codeaurora.org>
(cherry picked from commit c630d473862bfaad8e3a1ab7e7a5f454d49087a7)
This commit is contained in:
Michael Bohan 2011-04-13 22:20:30 -07:00 committed by Stephen Boyd
parent d3ccf9e531
commit 048e48924e

View file

@ -42,6 +42,7 @@ allowed_warnings = set([
"alignment.c:720",
"async.c:122",
"async.c:270",
"dir.c:43",
"dm.c:1053",
"dm.c:1080",
"dm-table.c:1120",