Skip to content

Conversation

@twitterkb
Copy link
Contributor

.xcodeproj/project.pbxproj

accepting the following recommendations to be fully consistent with
Xcode recommendations and eliminate existing warnings when upgrading
Xcode major/minor versions

CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;

NOS_Project.h

a change required by enabling CLANG_WARN_STRICT_PROTOTYPES

NOZUnzipper.m
NOZUtils.m
NOZZipper.m

changes required by enabling CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING

.xcscheme files

the 'language = ""' changes are just auto-added now in Xcode 9

.xcodeproj/project.pbxproj

  accepting the following recommendations to be fully consistent with
  Xcode recommendations and eliminate existing warnings when upgrading
  Xcode major/minor versions

  CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  CLANG_WARN_COMMA = YES;
  CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  CLANG_WARN_STRICT_PROTOTYPES = YES;

NOS_Project.h

  a change required by enabling CLANG_WARN_STRICT_PROTOTYPES

NOZUnzipper.m
NOZUtils.m
NOZZipper.m

  changes required by enabling CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING

.xcscheme files

  the 'language = ""' changes are just auto-added now in Xcode 9
@twitterkb
Copy link
Contributor Author

hmm … don't know what's up with Travis CI … doesn't look like a build has started for it.

@NSProgrammer NSProgrammer merged commit cf86ebe into NSProgrammer:master Jan 19, 2018
@twitterkb twitterkb deleted the xcode_9_2 branch January 19, 2018 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants