diff options
-rwxr-xr-x | utils/ccc-analyzer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index f4c960d1c0..b2e80bb868 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -138,7 +138,7 @@ def main(args): if analysis_type is not None: analysis_type = "-" + analysis_type else: - analysis_type = "-warn-dead-stores -checker-cfref" + analysis_type = "-warn-dead-stores -checker-cfref -check-objc-methodsigs" # Determine the level of verbosity. if os.environ.get('CCC_ANALYZER_VERBOSE') is not None: |