Skip to content

Commit

Permalink
Unused static const variables need not complain
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Mar 10, 2014
1 parent 539f059 commit 7798bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Base/Common.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ RUN_CLANG_STATIC_ANALYZER = YES
// Whether to run unit tests with every build
TEST_AFTER_BUILD = NO

// Disable GCC compatibility warnings
WARNING_CFLAGS = -Wno-gcc-compat
// Disable GCC compatibility warnings and unused static const variable warnings
WARNING_CFLAGS = -Wno-gcc-compat -Wno-unused-const-variable

// Disable legacy-compatible header searching
ALWAYS_SEARCH_USER_PATHS = NO

0 comments on commit 7798bff

Please sign in to comment.