Rollup merge of #31332 - durka:errorck-fileline, r=brson
Small modification to #31288. Shows full path and line number for unused error codes.
This commit is contained in:
commit
f55995bad2
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ if len(errcode_not_found) > 0:
|
|||
if errcode in errcode_checked:
|
||||
continue
|
||||
all_errors.append(errcode)
|
||||
print("error: unused error code: " + errcode)
|
||||
print("error: unused error code: {0} ({1}:{2})".format(*errcode_map[errcode][0]))
|
||||
errors = True
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue