projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d74914e
)
rk: gcc-wrapper.py ignore atags_to_fdt.c:96
author
黄涛
<huangtao@rock-chips.com>
Tue, 17 Jun 2014 04:53:45 +0000
(12:53 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 17 Jun 2014 04:53:45 +0000
(12:53 +0800)
scripts/gcc-wrapper.py
patch
|
blob
|
history
diff --git
a/scripts/gcc-wrapper.py
b/scripts/gcc-wrapper.py
index c43deedfd7995ff0e185ea11d30e62da445bc8ce..1f4ee7b5fc68756e329330e1b35e42e50b138151 100755
(executable)
--- a/
scripts/gcc-wrapper.py
+++ b/
scripts/gcc-wrapper.py
@@
-47,6
+47,7
@@
allowed_warnings = set([
"core.c:1334",
"menu.c:129",
"bus.c:318", # FIXME
+ "atags_to_fdt.c:96",
])
# Capture the name of the object file, can find it.