Skip to content

Commit

Permalink
Fix travis CI failing because of too long build output in xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
hrubymar10 committed Jan 26, 2019
1 parent 7aed79f commit e212987
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Expand Up @@ -6385,7 +6385,6 @@
"LUA_USE_MACOSX=1",
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand Down Expand Up @@ -6446,7 +6445,6 @@
"LUA_USE_MACOSX=1",
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
Expand Down

0 comments on commit e212987

Please sign in to comment.