Skip to content

Commit

Permalink
Disable the unused functions warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Sep 30, 2013
1 parent 52cc8d5 commit 51f2747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class-dump.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@
GCC_WARN_SHADOW = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_FUNCTION = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_PATH = /;
MACOSX_DEPLOYMENT_TARGET = 10.7;
Expand Down Expand Up @@ -1405,7 +1405,7 @@
GCC_WARN_SHADOW = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_FUNCTION = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_PATH = /;
MACOSX_DEPLOYMENT_TARGET = 10.7;
Expand Down

0 comments on commit 51f2747

Please sign in to comment.