Skip to content

Commit

Permalink
Turn on GCC_WARN_ABOUT_MISSING_NEWLINE in Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
NSHaoSong committed Jan 9, 2019
1 parent 384b909 commit 875aef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SVGKit-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3563,6 +3563,7 @@
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
Expand Down Expand Up @@ -3594,6 +3595,7 @@
GCC_NO_COMMON_BLOCKS = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
Expand Down

0 comments on commit 875aef1

Please sign in to comment.