Skip to content

Commit

Permalink
Warn about unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 29, 2012
1 parent 47b41cb commit 56f6179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Base/Common.xcconfig
Expand Up @@ -112,6 +112,9 @@ GCC_WARN_UNUSED_FUNCTION = YES
// Whether to warn about labels that are unused
GCC_WARN_UNUSED_LABEL = YES

// Whether to warn about variables that are never used
GCC_WARN_UNUSED_VARIABLE = YES

// Whether to run the static analyzer with every build
RUN_CLANG_STATIC_ANALYZER = YES

0 comments on commit 56f6179

Please sign in to comment.