Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-08-24 15:13:32 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-09-13 16:25:33 +0300
commit591d6167b70c0e22a94cd3687e311fc5f0853008 (patch)
treef98638aa7cd7192734e31c286ebeb6a1bb43d245 /xcode
parent366832addf9e762665453857cb666774f49aa247 (diff)
[cleanup] [ios] Added newline warning.
Diffstat (limited to 'xcode')
-rw-r--r--xcode/common.xcconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig
index bd993d24f6..ed227ab702 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -44,6 +44,7 @@ GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
+GCC_WARN_ABOUT_MISSING_NEWLINE = YES
// Build options
ALWAYS_SEARCH_USER_PATHS = NO