diff options
Diffstat (limited to 'clang')
-rwxr-xr-x | clang/utils/ccc-analyzer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer index d0f92b4e465..d5644669731 100755 --- a/clang/utils/ccc-analyzer +++ b/clang/utils/ccc-analyzer @@ -37,7 +37,7 @@ def run(args): if code: sys.exit(code) -def compile(args,verbose): +def compile(args): # We MUST print to stderr. Some clients use the stdout output of # gcc for various purposes. print >> sys.stderr, '\n' |