forked from organicmaps/organicmaps
[cleanup] [ios] Added newline warning.
This commit is contained in:
parent
366832addf
commit
591d6167b7
7 changed files with 7 additions and 10 deletions
|
@ -44,4 +44,4 @@ dp::GLState CreateGLState(int gpuProgramIndex, RenderState::DepthLayer depthLaye
|
|||
{
|
||||
return dp::GLState(gpuProgramIndex, RenderStateFactory::Get(depthLayer));
|
||||
}
|
||||
} // namespace df
|
||||
} // namespace df
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- (instancetype)initWithUrl:(NSString *)url;
|
||||
|
||||
@end
|
||||
@end
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
@property(nonatomic) MTRGImageData *bubbleIcon;
|
||||
@property(nonatomic) MTRGImageData *gotoAppIcon;
|
||||
@property(nonatomic) MTRGImageData *itemHighlightIcon;
|
||||
@end
|
||||
@end
|
||||
|
|
|
@ -6,8 +6,4 @@
|
|||
// Copyright © 2016 Mail.ru. All rights reserved.
|
||||
//
|
||||
|
||||
typedef enum
|
||||
{
|
||||
MTRGNavigationTypeWeb,
|
||||
MTRGNavigationTypeStore
|
||||
} MTRGNavigationType;
|
||||
typedef enum { MTRGNavigationTypeWeb, MTRGNavigationTypeStore } MTRGNavigationType;
|
||||
|
|
|
@ -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 *, ...);
|
||||
|
|
|
@ -46,4 +46,4 @@ typedef enum
|
|||
@property(nonatomic) NSArray<NSString *> *customUserIds;
|
||||
|
||||
- (instancetype)initWithParams:(MRTrackerParams *)trackerParams;
|
||||
@end
|
||||
@end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue