Skip to content

Commit

Permalink
Increase warning level to report more problems
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Aug 22, 2012
1 parent 4118c97 commit 40d8838
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions RTLabelProject/RTLabelProject.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
SDKROOT = iphoneos;
WARNING_CFLAGS = (
"-Wmost",
"-Wextra",
"-Wno-unused-parameter",
);
};
name = Debug;
};
Expand All @@ -253,6 +258,11 @@
GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
WARNING_CFLAGS = (
"-Wmost",
"-Wextra",
"-Wno-unused-parameter",
);
};
name = Release;
};
Expand Down

0 comments on commit 40d8838

Please sign in to comment.