Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

updates for building in Xcode 8.3 #165

Merged
merged 1 commit into from
Apr 3, 2017

Conversation

johnkdoe
Copy link

@johnkdoe johnkdoe commented Apr 3, 2017

  • accept build recommendations going forward
    CLANG_WARN_BOOL_CONVERSION = YES
    CLANG_WARN_CONSTANT_CONVERSION = YES
    CLANG_WARN_ENUM_CONVERSION = YES
    CLANG_WARN-INFINITE_RECURSION = YES
    CLANG_WARN_INT_CONVERSION = YES
    CLANG_WARN_SUSPICIOUS_MOVE = YES
    CLANG_WARN_UNREACHABLE_CODE = YES
    ENBALE_STRICT_OBJC_MSGSEND = YES
    GCC_NO_COMMON_BLOCKS = YES
    GCC_WARN_UNDECLARED_SELECTOR = YES
    GCC_WARN_UNUSED_FUNCTION = YES

  • fix one instance in SPDYLogginTest.m of
    accepting nil as value for an enum type by
    casting the nil to enum (so the value can
    still be compared for the expected enumeral)

  • update lastVersionCheck/lastVersionUpgrade to 0830

- accept build recommendations
  CLANG_WARN_BOOL_CONVERSION = YES
  CLANG_WARN_CONSTANT_CONVERSION = YES
  CLANG_WARN_ENUM_CONVERSION = YES
  CLANG_WARN-INFINITE_RECURSION = YES
  CLANG_WARN_INT_CONVERSION = YES
  CLANG_WARN_SUSPICIOUS_MOVE = YES
  CLANG_WARN_UNREACHABLE_CODE = YES
  ENBALE_STRICT_OBJC_MSGSEND = YES
  GCC_NO_COMMON_BLOCKS = YES
  GCC_WARN_UNDECLARED_SELECTOR = YES
  GCC_WARN_UNUSED_FUNCTION = YES

- fix one instance in SPDYLogginTest.m of
  accepting nil as value for an enum type by
  casting the nil to enum (so the value can
  still be compared for the expected enumeral)

- update lastVersionCheck/lastVersionUpgrade to 0830
@johnkdoe
Copy link
Author

johnkdoe commented Apr 3, 2017

i figured so long as all of these warnings didn't create a huge number of new issues to repair, it would be useful to accept them this one time, and then future upgrades would have a higher signal:noise ratio when looking at Xcode upgrade recommendations.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.243% when pulling e25b46c on johnkdoe:develop into 4c67b86 on twitter:develop.

@kgoodier kgoodier merged commit 2148054 into twitter-archive:develop Apr 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants