diff options
| author | Chris Fries <C.Fries@motorola.com> | 2013-03-20 10:44:52 -0500 |
|---|---|---|
| committer | Yinjun Chen <a7301c@motorola.com> | 2014-04-30 17:54:12 -0500 |
| commit | 98c346bab7bb4bdad8a1dec8425460499cb4eebd (patch) | |
| tree | 6e75c781722ca01b4ff98ce04828f60ce1c27e3f /scripts/gcc-wrapper.py | |
| parent | 3ee3a500b2b3240adfc8db9f512b6a9c9ee22ba3 (diff) | |
scripts: Filter false positive warning on workqueue.c
(cherry picked from commit ec4a109084bc47808f69454093bd8201f466d2a2)
Signed-off-by: Jeffrey Carlyle <jeff.carlyle@motorola.com>
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 548d655085f..8e1e60cb7d5 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -41,6 +41,7 @@ import subprocess allowed_warnings = set([ "return_address.c:62", + "workqueue.c:480" ]) # Capture the name of the object file, can find it. |
