(mac) jhujhiti patch to set a few warnings in the xcode projectfile

This commit is contained in:
Charles Kerr 2008-11-30 01:50:56 +00:00
parent 66beb8db29
commit e24b2b289b
1 changed files with 2 additions and 0 deletions

View File

@ -2239,6 +2239,8 @@
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
GCC_WARN_ABOUT_RETURN_TYPE = NO;
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
GCC_WARN_PEDANTIC = NO;
GCC_WARN_PROTOTYPE_CONVERSION = NO;
GCC_WARN_SHADOW = NO;
GCC_WARN_SIGN_COMPARE = NO;