mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -276,6 +276,8 @@ def check_file_using_lib(fname):
|
||||
return nwarnings, nlines
|
||||
|
||||
for name, cf in objects:
|
||||
if cf.disable.search(lastline):
|
||||
continue
|
||||
warn, fail = print_warnings(cf.after(), name in xfail)
|
||||
if fail > 0:
|
||||
failed.add(name)
|
||||
|
||||
Reference in New Issue
Block a user