cmake: Make make lint less verbose

It unnecessarily complicates spotting linter errors, as they're usually
surrounded by a bunch of lines saying "Done processing ... ".
This commit is contained in:
Michael Reed
2015-06-25 23:51:23 -04:00
parent ed6611a588
commit 3c2fa1767b
2 changed files with 0 additions and 4 deletions

View File

@@ -3070,8 +3070,6 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
'One or more unexpected \\r (^M) found;'
'better to use only a \\n')
sys.stderr.write('Done processing %s\n' % filename)
def PrintUsage(message):
"""Prints a brief usage string and exits, optionally with an error message.