Browse Source

Enable suspicious move clang warning. (#22)

Nikita Lutsenko 8 years ago
parent
commit
b874e835a7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Configurations/Warnings.xcconfig

+ 1 - 0
Configurations/Warnings.xcconfig

@@ -41,6 +41,7 @@ CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
 CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES
 CLANG_WARN_BOOL_CONVERSION = YES
 CLANG_WARN_INFINITE_RECURSION = YES
+CLANG_WARN_SUSPICIOUS_MOVE = YES
 
 // Errors
 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR