[cleanup] [ios] Added newline warning.

This commit is contained in:
Ilya Grechuhin 2017-08-24 15:13:32 +03:00 committed by Vladimir Byko-Ianko
parent 366832addf
commit 591d6167b7
7 changed files with 7 additions and 10 deletions

View file

@ -44,4 +44,4 @@ dp::GLState CreateGLState(int gpuProgramIndex, RenderState::DepthLayer depthLaye
{
return dp::GLState(gpuProgramIndex, RenderStateFactory::Get(depthLayer));
}
} // namespace df
} // namespace df

View file

@ -18,4 +18,4 @@
- (instancetype)initWithUrl:(NSString *)url;
@end
@end

View file

@ -36,4 +36,4 @@
@property(nonatomic) MTRGImageData *bubbleIcon;
@property(nonatomic) MTRGImageData *gotoAppIcon;
@property(nonatomic) MTRGImageData *itemHighlightIcon;
@end
@end

View file

@ -6,8 +6,4 @@
// Copyright © 2016 Mail.ru. All rights reserved.
//
typedef enum
{
MTRGNavigationTypeWeb,
MTRGNavigationTypeStore
} MTRGNavigationType;
typedef enum { MTRGNavigationTypeWeb, MTRGNavigationTypeStore } MTRGNavigationType;

View file

@ -17,4 +17,4 @@ extern void mtrg_tracer_i(NSString *, ...);
extern void mtrg_tracer_d(NSString *, ...);
extern void mtrg_tracer_e(NSString *, ...);
extern void mtrg_tracer_e(NSString *, ...);

View file

@ -46,4 +46,4 @@ typedef enum
@property(nonatomic) NSArray<NSString *> *customUserIds;
- (instancetype)initWithParams:(MRTrackerParams *)trackerParams;
@end
@end

View file

@ -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