Skip to content

Commit

Permalink
Apparently Xcode prefers just YES now. OK.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Jan 10, 2015
1 parent 6c64238 commit 9f485c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/Common.xcconfig
Expand Up @@ -156,7 +156,7 @@ GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES
GCC_WARN_UNDECLARED_SELECTOR = YES

// Warn if a variable might be clobbered by a setjmp call or if an automatic variable is used without prior initialization.
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNINITIALIZED_AUTOS = YES

// Whether to warn about static functions that are unused
GCC_WARN_UNUSED_FUNCTION = YES
Expand Down

0 comments on commit 9f485c2

Please sign in to comment.