diff --git a/Configuration/Shared.xcconfig b/Configuration/Shared.xcconfig index 94eeb00a5..5c36bbc13 100644 --- a/Configuration/Shared.xcconfig +++ b/Configuration/Shared.xcconfig @@ -8,9 +8,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES CLANG_WARN_EMPTY_BODY = YES CLANG_WARN_ENUM_CONVERSION = YES CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES +CLANG_WARN_INFINITE_RECURSION = YES CLANG_WARN_INT_CONVERSION = YES CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES +CLANG_WARN_SUSPICIOUS_MOVE = YES CLANG_WARN_UNREACHABLE_CODE = YES COMBINE_HIDPI_IMAGES = YES DEBUG_INFORMATION_FORMAT = dwarf diff --git a/FBSimulatorControl.xcodeproj/xcshareddata/xcschemes/FBControlCore.xcscheme b/FBSimulatorControl.xcodeproj/xcshareddata/xcschemes/FBControlCore.xcscheme index c0e3a3acb..3053ef26b 100644 --- a/FBSimulatorControl.xcodeproj/xcshareddata/xcschemes/FBControlCore.xcscheme +++ b/FBSimulatorControl.xcodeproj/xcshareddata/xcschemes/FBControlCore.xcscheme @@ -1,6 +1,6 @@