diff options
-rw-r--r-- | tools/ccc/ccclib/Tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ccc/ccclib/Tools.py b/tools/ccc/ccclib/Tools.py index 09b6ebd159..1d4231ea9f 100644 --- a/tools/ccc/ccclib/Tools.py +++ b/tools/ccc/ccclib/Tools.py @@ -219,7 +219,7 @@ class Clang_CompileTool(Tool): # # FIXME: Move into clang? cmd_args.extend(['-warn-dead-stores', - '-checker-cfref', + '-checker-cfref', '-analyzer-eagerly-assume', '-warn-objc-methodsigs', # Do not enable the missing -dealloc check. # '-warn-objc-missing-dealloc', |