Skip to content

Commit

Permalink
Add some build warnings, and treat warnings as errors.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>
  • Loading branch information
lapcat authored and rentzsch committed Feb 21, 2009
1 parent 9a47274 commit cf6dfbb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ClickToFlash.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -399,15 +399,23 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_SIGN_COMPARE = YES;
PRODUCT_VERSION = 1.3;
WARNING_CFLAGS = "-Wall";
};
name = Debug;
};
55EB70340E04A8410016593D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_SIGN_COMPARE = YES;
PRODUCT_VERSION = 1.3;
WARNING_CFLAGS = "-Wall";
};
name = Release;
};
Expand Down

0 comments on commit cf6dfbb

Please sign in to comment.