Xcode project: reenable strict compiling
The warnings that lead to it being disabled do not occur any more.
This commit is contained in:
parent
cc6766d12b
commit
febdc693b1
1 changed files with 1 additions and 1 deletions
|
@ -5231,7 +5231,7 @@
|
|||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "";
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = "$(inherited)";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
|
|
Loading…
Add table
Reference in a new issue