Skip to content

Commit

Permalink
Merge pull request bindle#1 from jwilling/master
Browse files Browse the repository at this point in the history
inhibit warnings
  • Loading branch information
mronge committed Jul 5, 2012
2 parents 3d509b0 + c9ec61d commit 21bafdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = sasl2_Prefix.pch;
GCC_THUMB_SUPPORT = NO;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = sasl2;
SKIP_INSTALL = YES;
Expand All @@ -2122,6 +2123,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = sasl2_Prefix.pch;
GCC_THUMB_SUPPORT = NO;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = sasl2;
SKIP_INSTALL = YES;
Expand Down
4 changes: 4 additions & 0 deletions ports/security/openssl/openssl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6903,6 +6903,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_THUMB_SUPPORT = NO;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
PRODUCT_NAME = ssl;
SKIP_INSTALL = YES;
};
Expand All @@ -6916,6 +6917,7 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_THUMB_SUPPORT = NO;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
PRODUCT_NAME = ssl;
SKIP_INSTALL = YES;
};
Expand Down Expand Up @@ -7001,6 +7003,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_THUMB_SUPPORT = NO;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
PRODUCT_NAME = crypto;
SKIP_INSTALL = YES;
};
Expand All @@ -7014,6 +7017,7 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_THUMB_SUPPORT = NO;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
PRODUCT_NAME = crypto;
SKIP_INSTALL = YES;
};
Expand Down

0 comments on commit 21bafdf

Please sign in to comment.