Skip to content

Instantly share code, notes, and snippets.

@osheroff
Created November 14, 2016 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osheroff/9d0a6e9d8606e8eaa13265b9154fc305 to your computer and use it in GitHub Desktop.
Save osheroff/9d0a6e9d8606e8eaa13265b9154fc305 to your computer and use it in GitHub Desktop.
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make first
CC="gcc -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX " srcdir=. sh ./osdef.sh
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -fobjc-exceptions -o objects/gui_macvim.o MacVim/gui_macvim.m
creating auto/pathdef.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -fobjc-exceptions -o objects/MMBackend.o MacVim/MMBackend.m
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/MacVim.o MacVim/MacVim.m
MacVim/MacVim.m:306:13: warning: 'propertyListFromData:mutabilityOption:format:errorDescription:' is deprecated: first deprecated in macOS 10.10 - Use propertyListWithData:options:format:error: instead. [-Wdeprecated-declarations]
propertyListFromData:data
^
/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:1: note: 'propertyListFromData:mutabilityOption:format:errorDescription:' has been explicitly marked deprecated here
+ (nullable id)propertyListFromData:(NSData *)data mutabilityOption:(NSPropertyListMutabilityOptions)opt format:(nullable NSPropertyListFormat *)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString NS_DEPRECATED(10_0, 10_10, 2_0, 8_0, "Use propertyListWithData:options:format:error: instead.");
^
MacVim/MacVim.m:316:41: warning: 'dataFromPropertyList:format:errorDescription:' is deprecated: first deprecated in macOS 10.10 - Use dataWithPropertyList:format:options:error: instead. [-Wdeprecated-declarations]
return [NSPropertyListSerialization dataFromPropertyList:self
^
/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:54:1: note: 'dataFromPropertyList:format:errorDescription:' has been explicitly marked deprecated here
+ (nullable NSData *)dataFromPropertyList:(id)plist format:(NSPropertyListFormat)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString NS_DEPRECATED(10_0, 10_10, 2_0, 8_0, "Use dataWithPropertyList:format:options:error: instead.");
^
MacVim/MacVim.m:330:13: warning: 'propertyListFromData:mutabilityOption:format:errorDescription:' is deprecated: first deprecated in macOS 10.10 - Use propertyListWithData:options:format:error: instead. [-Wdeprecated-declarations]
propertyListFromData:data
^
/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:1: note: 'propertyListFromData:mutabilityOption:format:errorDescription:' has been explicitly marked deprecated here
+ (nullable id)propertyListFromData:(NSData *)data mutabilityOption:(NSPropertyListMutabilityOptions)opt format:(nullable NSPropertyListFormat *)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString NS_DEPRECATED(10_0, 10_10, 2_0, 8_0, "Use propertyListWithData:options:format:error: instead.");
^
MacVim/MacVim.m:359:9: warning: 'asl_set_filter' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3); see log(1)'s config command [-Wdeprecated-declarations]
asl_set_filter(NULL, ASL_FILTER_MASK_UPTO(logLevel));
^
/usr/include/asl.h:470:5: note: 'asl_set_filter' has been explicitly marked deprecated here
int asl_set_filter(asl_object_t client, int f) __API_DEPRECATED("os_log(3) has replaced asl(3); see log(1)'s config command", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MacVim.m:368:9: warning: 'asl_add_log_file' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3); this functionality is no longer supported [-Wdeprecated-declarations]
asl_add_log_file(NULL, 2); // The file descriptor for stderr is 2
^
/usr/include/asl.h:397:5: note: 'asl_add_log_file' has been explicitly marked deprecated here
int asl_add_log_file(asl_object_t client, int descriptor) __API_DEPRECATED("os_log(3) has replaced asl(3); this functionality is no longer supported", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
5 warnings generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_macosx.o os_macosx.m
MacVim/gui_macvim.m:151:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:180:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Use renderer=%ld", val);
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:255:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Failed to load dictionaries.%@", MMSymlinkWarningString);
^
MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:263:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:208:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:354:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"x=%d y=%d", x, y);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:422:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogCrit(@"Could not find MacVim executable in bundle.%@",
^
MacVim/MacVim.h:389:31: note: expanded from macro 'ASLogCrit'
#define ASLogCrit(fmt, ...) ASLog(ASL_LEVEL_CRIT, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:442:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogCrit(@"Timed-out waiting for GUI to launch.");
^
MacVim/MacVim.h:389:31: note: expanded from macro 'ASLogCrit'
#define ASLogCrit(fmt, ...) ASLog(ASL_LEVEL_CRIT, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:269:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"rc=%d", rc);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:466:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Connect backend failed: reason=%@", ex);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:481:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"default x=%d y=%d", gui_win_x, gui_win_y);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:596:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"back=%ld norm=%ld", gui.def_back_pixel, gui.def_norm_pixel);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
MacVim/MMBackend.m:662:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Flushing queue: %@",
^
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
^
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:667:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"processInput:forIdentifer failed: reason=%@", ex);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:669:17: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Connection is invalid, exit now!");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:670:17: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"waitForAck=%d got_int=%d", waitForAck, got_int);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:731:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Flush output queue before exit: %@",
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:736:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"CloseWindowMsgID send failed: reason=%@", ex);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:861:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Exception: reason=%@", ex);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:869:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"%@", obj);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:916:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Exception: reason=%@", ex);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:921:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"font=%p", font);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:940:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"name='%s' giveErrorIfMissing=%d", name, giveErrorIfMissing);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1137:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"No color with key %@ found.", stripKey);
^
MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:973:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"font_name='%s' fontset=%d", font_name, fontset);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1228:17: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Got INT, str[0]=%#x ctrl_c_interrupts=%d "
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1251:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Dropping repeated keyboard input");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1271:17: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Input queue filling up, remove message: %s",
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1377:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"reply=%@ server=%@", reply, (id)server);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1399:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"input=%@ client=%@", input, (id)client);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1435:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Registered server with name: %@", svrName);
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:1232:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Not implemented!");
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1511:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Exception: reason=%@", ex);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
MacVim/gui_macvim.m:1239:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Not implemented!");
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1530:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"serverList failed: reason=%@", ex);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1534:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"No connection to MacVim, server listing not possible.");
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1542:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"port=%d", port);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1547:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@" %ld replies, topmost is: %@", [replies count],
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
MacVim/gui_macvim.m:1417:5:int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1552:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@" No replies");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"saving=%d title='%s' dflt='%s' ext='%s' initdir='%s' "
^
MacVim/MacVim.h:394:int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1558:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"port=%d", port);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1579:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@" Got reply: %@", reply);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1596:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"reply=%@ port=%d", reply, port);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
MacVim/gui_macvim.m:1446:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"title='%s' initdir='%s'", title, initdir);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1601:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"addReply:server: failed: reason=%@", ex);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1604:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"server2client failed; no client with id %d", port);
^
MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
MacVim/gui_macvim.m:1476:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"type=%d title='%s' message='%s' buttons='%s' dfltbutton=%d "
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
MacVim/gui_macvim.m:1483int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
:17: warning: 'NSInformationalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
int style = NSInformationalAlertStyle;
^~~~~~~~~~~~~~~~~~~~~~~~~
NSAlertStyleInformational
/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:181:27: note: 'NSInformationalAlertStyle' has been explicitly marked deprecated here
static const NSAlertStyle NSInformationalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleInformational", macosx(10.3, 10.12)) = NSAlertStyleInformational;
^
MacVim/gui_macvim.m:1484:38: warning: 'NSWarningAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
MacVim/MMBackend.m:1627:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
if (VIM_WARNING == type) style = NSWarningAlertStyle;
^~~~~~~~~~~~~~~~~~~
NSAlertStyleWarning
ASLogDebug(@" waitForAck=%d got_int=%d isValid=%d",
^
/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:180:27: note: 'NSWarningAlertStyle' has been explicitly marked deprecated here
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
static const NSAlertStyle NSWarningAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleWarning", macosx(10.3, 10.12)) = NSAlertStyleWarning;
^
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
MacVim/gui_macvim.m:1485:41: warning: 'NSCriticalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
else if (VIM_ERROR == type) style = NSCriticalAlertStyle;
^~~~~~~~~~~~~~~~~~~~
NSAlertStyleCritical
/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:182:27: note: 'NSCriticalAlertStyle' has been explicitly marked deprecated here
static const NSAlertStyle NSCriticalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleCritical", macosx(10.3, 10.12)) = NSAlertStyleCritical;
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1632:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Never received a connection acknowledgement");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1642:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Connection acknowledgement received");
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:1648:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:1591:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Columns=%ld Rows=%ld", Columns, Rows);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:1639:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"width=%d height=%d min_width=%d min_height=%d base_width=%d "
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:1682:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"title='%s' icon='%s'", title, icon);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/gui_macvim.m:2210:18: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags |= NSShiftKeyMask;
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macosx(10.0, 10.12)) = NSEventModifierFlagShift;
^
MacVim/gui_macvim.m:2212:18: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags |= NSControlKeyMask;
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macosx(10.0, 10.12)) = NSEventModifierFlagControl;
^
MacVim/gui_macvim.m:2214:18: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags |= NSAlternateKeyMask;
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macosx(10.0, 10.12)) = NSEventModifierFlagOption;
^
MacVim/gui_macvim.m:2216:18: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags |= NSCommandKeyMask;
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:185:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macosx(10.0, 10.12)) = NSEventModifierFlagCommand;
^
MacVim/MMBackend.m:1858:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"(%d) %s", i, MessageStrings[msgid]);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2086:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"SetWindowPositionMsgID: x=%d y=%d", winposX, winposY);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2098:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Unknown message received (msgid=%d)", msgid);
^
MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2106:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"key='%@' code=%#x mods=%#x length=%ld", key, code, mods,
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2141:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"add mods=%#x", mods);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2156:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"add byte [%d/%d]: %#x", i, len, str[i]);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2163:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"add KS_EXTRA, KE_CSI");
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2181:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Special key: %#x", code);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2207:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Alt special=%d", ikey);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2235:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Just ikey=%d", ikey);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2242:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Adding mods to special: %d", mods);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2247:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Adding special (%d): %x,%x,%x", len,
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2257:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"ikey=%d mods=%d", ikey, mods);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2314:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Main connection was lost before process had a chance "
^
MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2614:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Could not find buffer '%@' for ODB editing.", filename);
^
MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2653:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"args=%@ (starting=%d)", args, starting);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:2971:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"pos=%d len=%d chars=%s", pos, len, chars);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:3065:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@" trying to connect to alternate server: %@",
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:3074:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@" looking for alternate servers...");
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:3077:17: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@" found alternate server: %@", alt);
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:3085:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@" trying to connect to alternate server: %@",
^
MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:3095:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Adding %@ as connection observer for %@",
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:3122:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"notification=%@", notification);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:3126:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Removing %@ as connection observer from %@", self, svrConn);
^
MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
MacVim/MMBackend.m:3208:25: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (modifierFlags & NSShiftKeyMask)
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macosx(10.0, 10.12)) = NSEventModifierFlagShift;
^
MacVim/MMBackend.m:3210:25: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (modifierFlags & NSControlKeyMask)
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macosx(10.0, 10.12)) = NSEventModifierFlagControl;
^
MacVim/MMBackend.m:3212:25: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (modifierFlags & NSAlternateKeyMask)
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macosx(10.0, 10.12)) = NSEventModifierFlagOption;
^
MacVim/MMBackend.m:3214:25: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (modifierFlags & NSCommandKeyMask)
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:185:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macosx(10.0, 10.12)) = NSEventModifierFlagCommand;
^
MacVim/MMBackend.m:3224:25: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (modifierFlags & NSShiftKeyMask)
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macosx(10.0, 10.12)) = NSEventModifierFlagShift;
^
MacVim/MMBackend.m:3226:25: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (modifierFlags & NSControlKeyMask)
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macosx(10.0, 10.12)) = NSEventModifierFlagControl;
^
MacVim/MMBackend.m:3228:25: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (modifierFlags & NSAlternateKeyMask)
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macosx(10.0, 10.12)) = NSEventModifierFlagOption;
^
23 warnings generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_mac_conv.o os_mac_conv.c
cd xxd; CC="gcc" CFLAGS="-DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-L/usr/local/lib" \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
gcc -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -L/usr/local/lib -DUNIX -o xxd xxd.c
69 warnings generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message.o message.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/move.o move.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/option.o option.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupmnu.o popupmnu.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/search.o search.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c
term.c:2270:6: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
if (!builtin_first == i)
^ ~~
term.c:2270:6: note: add parentheses after the '!' to evaluate the comparison first
if (!builtin_first == i)
^
( )
term.c:2270:6: note: add parentheses around left hand side expression to silence this warning
if (!builtin_first == i)
^
( )
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/gui.o gui.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/gui_beval.o gui_beval.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pty.o pty.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/netbeans.o netbeans.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/main.o main.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o
gcc -L/usr/local/lib -o Vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/gui.o objects/gui_beval.o objects/pty.o objects/gui_macvim.o objects/MMBackend.o objects/MacVim.o objects/os_macosx.o objects/os_mac_conv.o objects/netbeans.o objects/main.o objects/memfile.o -framework Cocoa -framework Carbon -lm -lncurses -liconv -framework Cocoa
link.sh: OK, linking works, let's try omitting a few libraries.
link.sh: See auto/link.log for details.
link.sh: Trying to omit the iconv library...
link.sh: Vim DOES need the iconv library.
link.sh: Using unmodified link command
gcc -L/usr/local/lib -o Vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/gui.o objects/gui_beval.o objects/pty.o objects/gui_macvim.o objects/MMBackend.o objects/MacVim.o objects/os_macosx.o objects/os_mac_conv.o objects/netbeans.o objects/main.o objects/memfile.o -framework Cocoa -framework Carbon -lm -lncurses -liconv -framework Cocoa
link.sh: Linked OK
xcodebuild -project MacVim/MacVim.xcodeproj
=== BUILD TARGET PSMTabBarControlFramework OF PROJECT PSMTabBarControl WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
Write auxiliary files
write-file /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl-project-headers.hmap
write-file /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl-all-non-framework-target-headers.hmap
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64
write-file /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarControl.LinkFileList
write-file /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl-generated-files.hmap
write-file /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap
write-file /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl-all-target-headers.hmap
write-file /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl-own-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Headers
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources
/bin/ln -sfh A /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Headers
/bin/ln -sfh Versions/Current/PSMTabBarControl /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/PSMTabBarControl
ProcessInfoPlistFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/Info.plist PSMTabBarControlFramework-Info.plist
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
builtin-infoPlistUtility /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/PSMTabBarControlFramework-Info.plist -expandbuildsettings -platform macosx -o /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/Info.plist
CpHeader source/PSMTabBarControl.h /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Headers/PSMTabBarControl.h
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarControl.h /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Headers
CopyTiffFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabClose_Front_Pressed.tif images/AquaTabClose_Front_Pressed.tif
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
builtin-copyTiff --outdir /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources -- images/AquaTabClose_Front_Pressed.tif
CopyTiffFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabClose_Front_Rollover.tif images/AquaTabClose_Front_Rollover.tif
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
builtin-copyTiff --outdir /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources -- images/AquaTabClose_Front_Rollover.tif
CopyTiffFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabClose_Front.tif images/AquaTabClose_Front.tif
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
builtin-copyTiff --outdir /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources -- images/AquaTabClose_Front.tif
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsDown.png images/AquaTabsDown.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabsDown.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsDown.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsSeparator.png images/AquaTabsSeparator.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabsSeparator.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsSeparator.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsSeparatorDown.png images/AquaTabsSeparatorDown.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabsSeparatorDown.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsSeparatorDown.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsBackground.png images/AquaTabsBackground.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabsBackground.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsBackground.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsDownNonKey.png images/AquaTabsDownNonKey.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabsDownNonKey.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsDownNonKey.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabNew.png images/AquaTabNew.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabNew.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabNew.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsDownGraphite.png images/AquaTabsDownGraphite.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabsDownGraphite.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabsDownGraphite.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabNewPressed.png images/AquaTabNewPressed.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabNewPressed.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabNewPressed.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabNewRollover.png images/AquaTabNewRollover.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/AquaTabNewRollover.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/AquaTabNewRollover.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetalPressed.png images/TabNewMetalPressed.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabNewMetalPressed.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetalPressed.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetalRollover.png images/TabNewMetalRollover.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabNewMetalRollover.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetalRollover.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/pi.png images/pi.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/pi.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/pi.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetal.png images/TabNewMetal.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabNewMetal.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetal.png
CopyTiffFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabIcon.tif images/TabIcon.tif
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
builtin-copyTiff --outdir /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources -- images/TabIcon.tif
CopyTiffFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabControlRep.tif images/TabControlRep.tif
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
builtin-copyTiff --outdir /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources -- images/TabControlRep.tif
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front.png images/TabClose_Front.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabClose_Front.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front_Pressed.png images/TabClose_Front_Pressed.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabClose_Front_Pressed.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front_Pressed.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front_Rollover.png images/TabClose_Front_Rollover.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabClose_Front_Rollover.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front_Rollover.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front_Pressed@2x.png images/TabClose_Front_Pressed@2x.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabClose_Front_Pressed@2x.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front_Pressed@2x.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front_Rollover@2x.png images/TabClose_Front_Rollover@2x.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabClose_Front_Rollover@2x.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front_Rollover@2x.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front@2x.png images/TabClose_Front@2x.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabClose_Front@2x.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabClose_Front@2x.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetal@2x.png images/TabNewMetal@2x.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabNewMetal@2x.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetal@2x.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetalPressed@2x.png images/TabNewMetalPressed@2x.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabNewMetalPressed@2x.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetalPressed@2x.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetalRollover@2x.png images/TabNewMetalRollover@2x.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/TabNewMetalRollover@2x.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/TabNewMetalRollover@2x.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/overflowImage.png images/overflowImage.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/overflowImage.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/overflowImage.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/overflowImagePressed.png images/overflowImagePressed.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/overflowImagePressed.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/overflowImagePressed.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/overflowImage@2x.png images/overflowImage@2x.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/overflowImage@2x.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/overflowImage@2x.png
CopyPNGFile /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/overflowImagePressed@2x.png images/overflowImagePressed@2x.png
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/images/overflowImagePressed@2x.png /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/Resources/overflowImagePressed@2x.png
ProcessPCH /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h.pch /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -MD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h.d -c /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h -o /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h.pch --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h.dia
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMOverflowPopUpButton.o source/PSMOverflowPopUpButton.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMOverflowPopUpButton.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMOverflowPopUpButton.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMOverflowPopUpButton.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMOverflowPopUpButton.o
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMOverflowPopUpButton.m:46:12: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[image setFlipped:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMOverflowPopUpButton.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMOverflowPopUpButton.m:47:66: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[image drawAtPoint:rect.origin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMOverflowPopUpButton.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
2 warnings generated.
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarControl.o source/PSMTabBarControl.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarControl.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarControl.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarControl.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarControl.o
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarCell.o source/PSMTabBarCell.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarCell.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarCell.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarCell.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarCell.o
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarCell.m:299:45: warning: 'NSCompositeSourceAtop' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSRectFillUsingOperation(cellFrame, NSCompositeSourceAtop);
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceAtop
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarCell.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:64:37: note: 'NSCompositeSourceAtop' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceAtop API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceAtop", macosx(10.0, 10.12)) = NSCompositingOperationSourceAtop;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarCell.m:347:76: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[image drawAtPoint:NSMakePoint(0.0, 0.0) fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:0.7];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarCell.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarCell.m:355:70: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[pi drawAtPoint:indicatorPoint fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:0.7];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabBarCell.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
3 warnings generated.
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMAquaTabStyle.o source/PSMAquaTabStyle.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMAquaTabStyle.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMAquaTabStyle.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMAquaTabStyle.o
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:39:16: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[aquaTabBg setFlipped:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:42:20: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[aquaTabBgDown setFlipped:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:45:20: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[aquaTabBgDown setFlipped:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:48:20: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[aquaTabBgDown setFlipped:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:51:18: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[aquaDivider setFlipped:NO];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:54:18: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[aquaDivider setFlipped:NO];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:292:52: warning: 'NSCenterTextAlignment' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[truncatingTailParagraphStyle setAlignment:NSCenterTextAlignment];
^~~~~~~~~~~~~~~~~~~~~
NSTextAlignmentCenter
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:166:30: note: 'NSCenterTextAlignment' has been explicitly marked deprecated here
static const NSTextAlignment NSCenterTextAlignment API_DEPRECATED_WITH_REPLACEMENT("NSTextAlignmentCenter", macosx(10.0, 10.12)) = NSTextAlignmentCenter;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:335:90: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[bgImage drawInRect:cellFrame fromRect:NSMakeRect(0.0, 0.0, 1.0, 22.0) operation:NSCompositeSourceOver fraction:1.0];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:336:169: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[aquaDivider drawAtPoint:NSMakePoint(cellFrame.origin.x + cellFrame.size.width - 1.0, cellFrame.origin.y + cellFrame.size.height) fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:353:45: warning: 'NSCompositeSourceAtop' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSRectFillUsingOperation(aRect, NSCompositeSourceAtop);
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceAtop
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:64:37: note: 'NSCompositeSourceAtop' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceAtop API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceAtop", macosx(10.0, 10.12)) = NSCompositingOperationSourceAtop;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:356:169: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[aquaDivider drawAtPoint:NSMakePoint(cellFrame.origin.x + cellFrame.size.width - 1.0, cellFrame.origin.y + cellFrame.size.height) fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:364:83: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[aquaTabBg drawInRect:rect fromRect:NSMakeRect(0.0, 0.0, 1.0, 22.0) operation:NSCompositeSourceOver fraction:1.0];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:378:50: warning: 'NSCenterTextAlignment' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[centeredParagraphStyle setAlignment:NSCenterTextAlignment];
^~~~~~~~~~~~~~~~~~~~~
NSTextAlignmentCenter
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:166:30: note: 'NSCenterTextAlignment' has been explicitly marked deprecated here
static const NSTextAlignment NSCenterTextAlignment API_DEPRECATED_WITH_REPLACEMENT("NSTextAlignmentCenter", macosx(10.0, 10.12)) = NSTextAlignmentCenter;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:411:22: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[closeButton setFlipped:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:412:87: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[closeButton drawAtPoint:closeButtonRect.origin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMAquaTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
15 warnings generated.
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMMetalTabStyle.o source/PSMMetalTabStyle.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMMetalTabStyle.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMMetalTabStyle.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMMetalTabStyle.o
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:306:52: warning: 'NSCenterTextAlignment' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[truncatingTailParagraphStyle setAlignment:NSCenterTextAlignment];
^~~~~~~~~~~~~~~~~~~~~
NSTextAlignmentCenter
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:166:30: note: 'NSCenterTextAlignment' has been explicitly marked deprecated here
static const NSTextAlignment NSCenterTextAlignment API_DEPRECATED_WITH_REPLACEMENT("NSTextAlignmentCenter", macosx(10.0, 10.12)) = NSTextAlignmentCenter;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:359:45: warning: 'NSCompositeSourceAtop' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSRectFillUsingOperation(aRect, NSCompositeSourceAtop);
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceAtop
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:64:37: note: 'NSCompositeSourceAtop' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceAtop API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceAtop", macosx(10.0, 10.12)) = NSCompositingOperationSourceAtop;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:396:22: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[closeButton setFlipped:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:397:87: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[closeButton drawAtPoint:closeButtonRect.origin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:466:36: warning: 'NSCompositeSourceAtop' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSRectFillUsingOperation(rect, NSCompositeSourceAtop);
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceAtop
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:64:37: note: 'NSCompositeSourceAtop' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceAtop API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceAtop", macosx(10.0, 10.12)) = NSCompositingOperationSourceAtop;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:483:50: warning: 'NSCenterTextAlignment' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[centeredParagraphStyle setAlignment:NSCenterTextAlignment];
^~~~~~~~~~~~~~~~~~~~~
NSTextAlignmentCenter
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:166:30: note: 'NSCenterTextAlignment' has been explicitly marked deprecated here
static const NSTextAlignment NSCenterTextAlignment API_DEPRECATED_WITH_REPLACEMENT("NSTextAlignmentCenter", macosx(10.0, 10.12)) = NSTextAlignmentCenter;
^
6 warnings generated.
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMRolloverButton.o source/PSMRolloverButton.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMRolloverButton.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMRolloverButton.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMRolloverButton.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMRolloverButton.o
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMProgressIndicator.o source/PSMProgressIndicator.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMProgressIndicator.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMProgressIndicator.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMProgressIndicator.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMProgressIndicator.o
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabDragAssistant.o source/PSMTabDragAssistant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabDragAssistant.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabDragAssistant.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabDragAssistant.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabDragAssistant.o
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabDragAssistant.m:180:14: warning: 'dragImage:at:offset:event:pasteboard:source:slideBack:' is deprecated: first deprecated in macOS 10.7 - Use -beginDraggingSessionWithItems:event:source: instead [-Wdeprecated-declarations]
[control dragImage:dragImage at:cellFrame.origin offset:offset event:event pasteboard:pboard source:control slideBack:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMTabDragAssistant.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:601:1: note: 'dragImage:at:offset:event:pasteboard:source:slideBack:' has been explicitly marked deprecated here
- (void)dragImage:(NSImage *)image at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag NS_DEPRECATED_MAC(10_0, 10_7, "Use -beginDraggingSessionWithItems:event:source: instead");
^
1 warning generated.
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMUnifiedTabStyle.o source/PSMUnifiedTabStyle.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMUnifiedTabStyle.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMUnifiedTabStyle.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMUnifiedTabStyle.o
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m:339:45: warning: 'NSCompositeSourceAtop' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSRectFillUsingOperation(aRect, NSCompositeSourceAtop);
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceAtop
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:64:37: note: 'NSCompositeSourceAtop' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceAtop API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceAtop", macosx(10.0, 10.12)) = NSCompositingOperationSourceAtop;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m:392:22: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[closeButton setFlipped:YES];
^
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:256:1: note: 'setFlipped:' has been explicitly marked deprecated here
- (void)setFlipped:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m:393:87: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[closeButton drawAtPoint:closeButtonRect.origin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0];
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
/Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m:477:50: warning: 'NSCenterTextAlignment' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[centeredParagraphStyle setAlignment:NSCenterTextAlignment];
^~~~~~~~~~~~~~~~~~~~~
NSTextAlignmentCenter
In file included from /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/PSMUnifiedTabStyle.m:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:166:30: note: 'NSCenterTextAlignment' has been explicitly marked deprecated here
static const NSTextAlignment NSCenterTextAlignment API_DEPRECATED_WITH_REPLACEMENT("NSTextAlignmentCenter", macosx(10.0, 10.12)) = NSTextAlignmentCenter;
^
4 warnings generated.
CompileC /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/NSBezierPath_AMShading.o source/NSBezierPath_AMShading.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.12 -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/PSMTabBarControl.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -include /Users/ben/src/macvim/src/MacVim/build/SharedPrecompiledHeaders/AppKit-bjmgtkrluisgxhekuwtuzdxcaytn/AppKit.h -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/NSBezierPath_AMShading.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/NSBezierPath_AMShading.dia -c /Users/ben/src/macvim/src/MacVim/PSMTabBarControl/source/NSBezierPath_AMShading.m -o /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/NSBezierPath_AMShading.o
Ld /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/PSMTabBarControl normal x86_64
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
export MACOSX_DEPLOYMENT_TARGET=10.12
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -L/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim/build/Release -filelist /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarControl.LinkFileList -install_name @executable_path/../Frameworks/PSMTabBarControl.framework/Versions/A/PSMTabBarControl -mmacosx-version-min=10.12 -fobjc-link-runtime -framework Cocoa -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ben/src/macvim/src/MacVim/build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/Objects-normal/x86_64/PSMTabBarControl_dependency_info.dat -o /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/PSMTabBarControl
Touch /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework
cd /Users/ben/src/macvim/src/MacVim/PSMTabBarControl
/usr/bin/touch -c /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework
=== BUILD TARGET MacVim OF PROJECT MacVim WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
Write auxiliary files
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim-project-headers.hmap
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim-generated-files.hmap
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim-all-target-headers.hmap
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim.LinkFileList
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
chmod 0755 /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/MacVim_vers.c
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim-own-target-headers.hmap
write-file /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim-all-non-framework-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/MacOS
/bin/mkdir -p /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources
ProcessInfoPlistFile build/Release/MacVim.app/Contents/Info.plist Info.plist
cd /Users/ben/src/macvim/src/MacVim
builtin-infoPlistUtility /Users/ben/src/macvim/src/MacVim/Info.plist -genpkginfo /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/PkgInfo -expandbuildsettings -platform macosx -o /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Info.plist
CopyStringsFile build/Release/MacVim.app/Contents/Resources/English.lproj/InfoPlist.strings English.lproj/InfoPlist.strings
cd /Users/ben/src/macvim/src/MacVim
builtin-copyStrings --validate --inputencoding utf-16 --outputencoding UTF-16 --outdir /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/English.lproj -- English.lproj/InfoPlist.strings
StripNIB English.lproj/MainMenu.nib
cd /Users/ben/src/macvim/src/MacVim
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --strip /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/English.lproj/MainMenu.nib --output-format human-readable-text /Users/ben/src/macvim/src/MacVim/English.lproj/MainMenu.nib
CpResource Credits.rtf build/Release/MacVim.app/Contents/Resources/Credits.rtf
cd /Users/ben/src/macvim/src/MacVim
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ben/src/macvim/src/MacVim/Credits.rtf /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources
CopyPlistFile build/Release/MacVim.app/Contents/Resources/Colors.plist Colors.plist
cd /Users/ben/src/macvim/src/MacVim
builtin-copyPlist --outdir /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources -- Colors.plist
CopyPlistFile build/Release/MacVim.app/Contents/Resources/Actions.plist Actions.plist
cd /Users/ben/src/macvim/src/MacVim
builtin-copyPlist --outdir /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources -- Actions.plist
CopyPlistFile build/Release/MacVim.app/Contents/Resources/SystemColors.plist SystemColors.plist
cd /Users/ben/src/macvim/src/MacVim
builtin-copyPlist --outdir /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources -- SystemColors.plist
StripNIB English.lproj/Preferences.nib
cd /Users/ben/src/macvim/src/MacVim
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --strip /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/English.lproj/Preferences.nib --output-format human-readable-text /Users/ben/src/macvim/src/MacVim/English.lproj/Preferences.nib
CopyPNGFile build/Release/MacVim.app/Contents/Resources/General.png General.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/General.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/General.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/ibeam.png ibeam.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/ibeam.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/ibeam.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Advanced.png Advanced.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Advanced.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Advanced.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Attention.png Toolbar/Attention.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Attention.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Attention.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Copy.png Toolbar/Copy.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Copy.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Copy.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Cut.png Toolbar/Cut.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Cut.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Cut.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/FindHelp.png Toolbar/FindHelp.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/FindHelp.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/FindHelp.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/FindNext.png Toolbar/FindNext.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/FindNext.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/FindNext.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Help.png Toolbar/Help.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Help.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Help.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/FindPrev.png Toolbar/FindPrev.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/FindPrev.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/FindPrev.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/LoadSesn.png Toolbar/LoadSesn.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/LoadSesn.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/LoadSesn.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Make.png Toolbar/Make.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Make.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Make.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Open.png Toolbar/Open.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Open.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Open.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Paste.png Toolbar/Paste.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Paste.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Paste.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Print.png Toolbar/Print.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Print.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Print.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Redo.png Toolbar/Redo.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Redo.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Redo.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Replace.png Toolbar/Replace.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Replace.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Replace.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/RunCtags.png Toolbar/RunCtags.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/RunCtags.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/RunCtags.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Save.png Toolbar/Save.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Save.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Save.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/RunScript.png Toolbar/RunScript.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/RunScript.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/RunScript.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/SaveAll.png Toolbar/SaveAll.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/SaveAll.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/SaveAll.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/SaveSesn.png Toolbar/SaveSesn.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/SaveSesn.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/SaveSesn.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/TagJump.png Toolbar/TagJump.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/TagJump.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/TagJump.png
CopyPNGFile build/Release/MacVim.app/Contents/Resources/Undo.png Toolbar/Undo.png
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng /Users/ben/src/macvim/src/MacVim/Toolbar/Undo.png /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/Undo.png
StripNIB English.lproj/FindAndReplace.nib
cd /Users/ben/src/macvim/src/MacVim
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --strip /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/English.lproj/FindAndReplace.nib --output-format human-readable-text /Users/ben/src/macvim/src/MacVim/English.lproj/FindAndReplace.nib
CpResource icons/MacVim.icns build/Release/MacVim.app/Contents/Resources/MacVim.icns
cd /Users/ben/src/macvim/src/MacVim
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ben/src/macvim/src/MacVim/icons/MacVim.icns /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources
CopyPlistFile build/Release/MacVim.app/Contents/Resources/KeyBinding.plist KeyBinding.plist
cd /Users/ben/src/macvim/src/MacVim
builtin-copyPlist --outdir /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources -- KeyBinding.plist
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim.o MacVim.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim.dia -c /Users/ben/src/macvim/src/MacVim/MacVim.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim.o
/Users/ben/src/macvim/src/MacVim/MacVim.m:306:13: warning: 'propertyListFromData:mutabilityOption:format:errorDescription:' is deprecated: first deprecated in macOS 10.10 - Use propertyListWithData:options:format:error: instead. [-Wdeprecated-declarations]
propertyListFromData:data
^
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.m:14:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:6:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:1: note: 'propertyListFromData:mutabilityOption:format:errorDescription:' has been explicitly marked deprecated here
+ (nullable id)propertyListFromData:(NSData *)data mutabilityOption:(NSPropertyListMutabilityOptions)opt format:(nullable NSPropertyListFormat *)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString NS_DEPRECATED(10_0, 10_10, 2_0, 8_0, "Use propertyListWithData:options:format:error: instead.");
^
/Users/ben/src/macvim/src/MacVim/MacVim.m:316:41: warning: 'dataFromPropertyList:format:errorDescription:' is deprecated: first deprecated in macOS 10.10 - Use dataWithPropertyList:format:options:error: instead. [-Wdeprecated-declarations]
return [NSPropertyListSerialization dataFromPropertyList:self
^
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.m:14:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:6:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:54:1: note: 'dataFromPropertyList:format:errorDescription:' has been explicitly marked deprecated here
+ (nullable NSData *)dataFromPropertyList:(id)plist format:(NSPropertyListFormat)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString NS_DEPRECATED(10_0, 10_10, 2_0, 8_0, "Use dataWithPropertyList:format:options:error: instead.");
^
/Users/ben/src/macvim/src/MacVim/MacVim.m:330:13: warning: 'propertyListFromData:mutabilityOption:format:errorDescription:' is deprecated: first deprecated in macOS 10.10 - Use propertyListWithData:options:format:error: instead. [-Wdeprecated-declarations]
propertyListFromData:data
^
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.m:14:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:6:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:1: note: 'propertyListFromData:mutabilityOption:format:errorDescription:' has been explicitly marked deprecated here
+ (nullable id)propertyListFromData:(NSData *)data mutabilityOption:(NSPropertyListMutabilityOptions)opt format:(nullable NSPropertyListFormat *)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString NS_DEPRECATED(10_0, 10_10, 2_0, 8_0, "Use propertyListWithData:options:format:error: instead.");
^
/Users/ben/src/macvim/src/MacVim/MacVim.m:359:9: warning: 'asl_set_filter' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3); see log(1)'s config command [-Wdeprecated-declarations]
asl_set_filter(NULL, ASL_FILTER_MASK_UPTO(logLevel));
^
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.m:14:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:470:5: note: 'asl_set_filter' has been explicitly marked deprecated here
int asl_set_filter(asl_object_t client, int f) __API_DEPRECATED("os_log(3) has replaced asl(3); see log(1)'s config command", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MacVim.m:368:9: warning: 'asl_add_log_file' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3); this functionality is no longer supported [-Wdeprecated-declarations]
asl_add_log_file(NULL, 2); // The file descriptor for stderr is 2
^
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.m:14:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:397:5: note: 'asl_add_log_file' has been explicitly marked deprecated here
int asl_add_log_file(asl_object_t client, int descriptor) __API_DEPRECATED("os_log(3) has replaced asl(3); this functionality is no longer supported", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
5 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/main.o main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/main.dia -c /Users/ben/src/macvim/src/MacVim/main.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/main.o
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMAppController.o MMAppController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMAppController.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMAppController.dia -c /Users/ben/src/macvim/src/MacVim/MMAppController.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMAppController.o
/Users/ben/src/macvim/src/MacVim/MMAppController.m:272:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogCrit(@"Failed to register connection with name '%@'", name);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:389:31: note: expanded from macro 'ASLogCrit'
#define ASLogCrit(fmt, ...) ASLog(ASL_LEVEL_CRIT, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:281:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:381:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Failed to override the Cocoa key bindings. Keyboard "
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:397:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"MacVim finished launching");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:450:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Opening untitled window...");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:457:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Opening files %@", filenames);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:512:30: warning: 'NSWarningAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[alert setAlertStyle:NSWarningAlertStyle];
^~~~~~~~~~~~~~~~~~~
NSAlertStyleWarning
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:16:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:180:27: note: 'NSWarningAlertStyle' has been explicitly marked deprecated here
static const NSAlertStyle NSWarningAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleWarning", macosx(10.3, 10.12)) = NSAlertStyleWarning;
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:542:34: warning: 'NSWarningAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[alert setAlertStyle:NSWarningAlertStyle];
^~~~~~~~~~~~~~~~~~~
NSAlertStyleWarning
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:16:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:180:27: note: 'NSWarningAlertStyle' has been explicitly marked deprecated here
static const NSAlertStyle NSWarningAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleWarning", macosx(10.3, 10.12)) = NSAlertStyleWarning;
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:600:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Terminate pid=%d", [vc pid]);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:606:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Terminate pid=%d (cached)", [vc pid]);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:613:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Kill incomplete preloaded process pid=%d", preloadPid);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:621:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Kill incomplete process pid=%d", [pidKey intValue]);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:634:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Terminating MacVim...");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:660:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"%d processes still left, hold on...", numChildProcesses);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:676:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"%d zombies left behind", numChildProcesses);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:700:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Remove Vim controller pid=%d id=%d (processingFlag=%d)",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:705:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Controller not found, probably due to duplicate removal");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:795:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Window not on screen, don't constrain position");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1041:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Open new window");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1062:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Show file open panel");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1090:9: warning: 'NSOKButton' is deprecated: first deprecated in macOS 10.10 - Use NSModalResponseOK instead [-Wdeprecated-declarations]
if (NSOKButton == result) {
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:77:5: note: 'NSOKButton' has been explicitly marked deprecated here
NSOKButton NS_ENUM_DEPRECATED_MAC(10_0, 10_10, "Use NSModalResponseOK instead") = 1, // NSModalResponseOK should be used instead (in NSWindow)
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1113:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Select next window");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1135:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Select previous window");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1160:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Show preferences panel");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1166:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Open MacVim website");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1173:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Open window with Vim help");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1182:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Zoom all windows");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1188:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Toggle ATSUI renderer");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1208:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Use renderer=%ld", renderer);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1217:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Toggle login shell option");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1225:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Toggle Quickstart option");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1253:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"pid=%d", pid);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1288:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Bad input for identifier=%d", identifier);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1292:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"QUEUE for identifier=%d: <<< %@>>>", identifier,
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1343:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Pasteboard contains no NSStringPboardType");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1347:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Open new window containing current selection");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1371:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Pasteboard contains no NSStringPboardType");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1381:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Open new window with selected file: %@", string);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1403:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Pasteboard contains no NSFilenamesPboardType");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1413:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Invalid path. Cannot open new document at: %@", path);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1417:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Open new file at path=%@", path);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1485:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogCrit(@"Vim executable could not be found inside app bundle!");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:389:31: note: expanded from macro 'ASLogCrit'
#define ASLogCrit(fmt, ...) ASLog(ASL_LEVEL_CRIT, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1526:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Failed to launch Vim process: args=%@, useLoginShell=%d",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1577:30: warning: 'NSWarningAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[alert setAlertStyle:NSWarningAlertStyle];
^~~~~~~~~~~~~~~~~~~
NSAlertStyleWarning
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:16:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:180:27: note: 'NSWarningAlertStyle' has been explicitly marked deprecated here
static const NSAlertStyle NSWarningAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleWarning", macosx(10.3, 10.12)) = NSAlertStyleWarning;
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1690:29: warning: 'stringByReplacingPercentEscapesUsingEncoding:' is deprecated: first deprecated in macOS 10.11 - Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding. [-Wdeprecated-declarations]
stringByReplacingPercentEscapesUsingEncoding:
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:542:1: note: 'stringByReplacingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByReplacingPercentEscapesUsingEncoding:(NSStringEncoding)enc NS_DEPRECATED(10_0, 10_11, 2_0, 9_0, "Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding.");
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1693:29: warning: 'stringByReplacingPercentEscapesUsingEncoding:' is deprecated: first deprecated in macOS 10.11 - Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding. [-Wdeprecated-declarations]
stringByReplacingPercentEscapesUsingEncoding:
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:542:1: note: 'stringByReplacingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByReplacingPercentEscapesUsingEncoding:(NSStringEncoding)enc NS_DEPRECATED(10_0, 10_11, 2_0, 9_0, "Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding.");
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1741:30: warning: 'NSWarningAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[alert setAlertStyle:NSWarningAlertStyle];
^~~~~~~~~~~~~~~~~~~
NSAlertStyleWarning
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:16:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:180:27: note: 'NSWarningAlertStyle' has been explicitly marked deprecated here
static const NSAlertStyle NSWarningAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleWarning", macosx(10.3, 10.12)) = NSAlertStyleWarning;
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1790:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Xcode selection range (%d,%d,%d,%d,%d,%d)",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1807:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"Xcode selection range size mismatch! got=%ld "
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:1859:50: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSEvent* event = [NSEvent otherEventWithType:NSApplicationDefined
^~~~~~~~~~~~~~~~~~~~
NSEventTypeApplicationDefined
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here
static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macosx(10.0, 10.12)) = NSEventTypeApplicationDefined;
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2057:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Activate MacVim when next window opens");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2066:17: warning: comparison of function 'FSEventStreamStart' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (NULL == FSEventStreamStart)
~~~~ ^~~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2066:17: note: prefix with the address-of operator to silence this warning
if (NULL == FSEventStreamStart)
^
&
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2081:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Started FS event stream");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2088:17: warning: comparison of function 'FSEventStreamStop' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (NULL == FSEventStreamStop)
~~~~ ^~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2088:17: note: prefix with the address-of operator to silence this warning
if (NULL == FSEventStreamStop)
^
&
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2096:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Stopped FS event stream");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2205:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"new process pid=%d (count=%d)", pid, numChildProcesses);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2224:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Wait for pid=%d complete", pid);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2239:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"BUSY!");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2283:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"No Vim controller for identifier=%d", ukey);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2304:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Add Vim controller pid=%d id=%d",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.m:40:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2479:17: warning: comparison of function 'TISCopyCurrentKeyboardInputSource' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if (NULL != TISCopyCurrentKeyboardInputSource) {
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2479:17: note: prefix with the address-of operator to silence this warning
if (NULL != TISCopyCurrentKeyboardInputSource) {
^
&
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2479:17: note: suffix with parentheses to turn this into a function call
if (NULL != TISCopyCurrentKeyboardInputSource) {
^
()
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2497:17: warning: comparison of function 'TISCopyCurrentKeyboardInputSource' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if (NULL != TISCopyCurrentKeyboardInputSource) {
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2497:17: note: prefix with the address-of operator to silence this warning
if (NULL != TISCopyCurrentKeyboardInputSource) {
^
&
/Users/ben/src/macvim/src/MacVim/MMAppController.m:2497:17: note: suffix with parentheses to turn this into a function call
if (NULL != TISCopyCurrentKeyboardInputSource) {
^
()
62 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextStorage.o MMTextStorage.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextStorage.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextStorage.dia -c /Users/ben/src/macvim/src/MacVim/MMTextStorage.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextStorage.o
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:88:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:126:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Calling %@ on MMTextStorage is unsupported",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:209:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"No layout manager available");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:264:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: Out of bounds");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:344:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"row=%d col=%d acol=%d cells=%d acells=%d", row, col,
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:395:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:403:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:409:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: Out of bounds");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:441:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:445:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: Out of bounds");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:493:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:500:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:505:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: Out of bounds");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:536:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:540:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: Out of bounds");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:583:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:587:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: Out of bounds");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:667:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"No layout manager available");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:1001:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"row=%d col=%d cells=%d is out of range (length=%d)",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:1158:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: row=%d col=%d cells=%d --> range=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:1163:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: row=%d col=%d cells=%d --> range=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextStorage.m:1170:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogErr(@"INTERNAL ERROR: row=%d col=%d cells=%d --> range=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:390:31: note: expanded from macro 'ASLogErr'
#define ASLogErr(fmt, ...) ASLog(ASL_LEVEL_ERR, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.m:34:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextStorage.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
22 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextView.o MMTextView.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextView.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextView.dia -c /Users/ben/src/macvim/src/MacVim/MMTextView.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextView.o
/Users/ben/src/macvim/src/MacVim/MMTextView.m:115:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextView.m:275:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Unknown draw type (type=%d)", type);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
2 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMVimController.o MMVimController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMVimController.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMVimController.dia -c /Users/ben/src/macvim/src/MacVim/MMVimController.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMVimController.o
/Users/ben/src/macvim/src/MacVim/MMVimController.m:170:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:255:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"filenames=%@ force=%d", filenames, force);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:284:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"filename=%@ index=%ld", filename, tabIndex);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:296:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"%@", filenames);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:312:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"%@", string);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:328:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"args=%@", args);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:335:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"msg=%s (isInitialized=%d)",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:344:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"processInput:data: failed: pid=%d id=%d msg=%s reason=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:357:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"msg=%s (isInitialized=%d)",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:376:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"processInput:data: failed: pid=%d id=%d msg=%s reason=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:388:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"%@", string);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:405:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"eval(%@)=%@", expr, eval);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:408:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"evaluateExpression: failed: pid=%d id=%d reason=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:423:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"eval(%@)=%@", expr, eval);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:425:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"evaluateExpressionCocoa: failed: pid=%d id=%d reason=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:464:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Exception: pid=%d id=%d reason=%@", pid, identifier, ex);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:474:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"No toolbar item with id '%@'", itemId);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:502:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Uneven number of components (%d) in command queue. "
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:532:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Adding unsafe message '%s' to delay queue (mode=%@)",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:543:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@" Flushing delay queue (%ld items)",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:883:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Unknown message received (msgid=%d)", msgid);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:891:17: warning: 'NSOKButton' is deprecated: first deprecated in macOS 10.10 - Use NSModalResponseOK instead [-Wdeprecated-declarations]
if (code == NSOKButton) {
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:77:5: note: 'NSOKButton' has been explicitly marked deprecated here
NSOKButton NS_ENUM_DEPRECATED_MAC(10_0, 10_10, "Use NSModalResponseOK instead") = 1, // NSModalResponseOK should be used instead (in NSWindow)
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:896:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Open/save panel path=%@", path);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:923:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Exception: pid=%d id=%d reason=%@", pid, identifier, ex);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:943:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Alert return=%@", ret);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:956:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"setDialogReturn: failed: pid=%d id=%d reason=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1117:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Menu item '%@' has no parent",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1180:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Failed to remove menu item, descriptor not found: %@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1243:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Could not find image with name '%@' to use as toolbar"
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1309:50: warning: 'NSRightMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSEvent *event = [NSEvent mouseEventWithType:NSRightMouseDown
^~~~~~~~~~~~~~~~
NSEventTypeRightMouseDown
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:67:26: note: 'NSRightMouseDown' has been explicitly marked deprecated here
static const NSEventType NSRightMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseDown", macosx(10.0, 10.12)) = NSEventTypeRightMouseDown;
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1333:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"%@", notification);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1339:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"pid=%d id=%d", pid, identifier);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1518:12: warning: 'beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:' is deprecated: first deprecated in macOS 10.10 - Use -beginSheetModalForWindow:completionHandler: instead [-Wdeprecated-declarations]
[alert beginSheetModalForWindow:[windowController window]
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:16:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:176:1: note: 'beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:' has been explicitly marked deprecated here
- (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo NS_DEPRECATED_MAC(10_3, 10_10, "Use -beginSheetModalForWindow:completionHandler: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1545:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Failed to get NSToolTipManager");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimController.m:1558:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
35 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMWindowController.o MMWindowController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMWindowController.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMWindowController.dia -c /Users/ben/src/macvim/src/MacVim/MMWindowController.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMWindowController.o
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:129:26: warning: 'NSTitledWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
unsigned styleMask = NSTitledWindowMask | NSClosableWindowMask
^~~~~~~~~~~~~~~~~~
NSWindowStyleMaskTitled
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:953:32: note: 'NSTitledWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTitledWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTitled", macosx(10.0, 10.12)) = NSWindowStyleMaskTitled;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:129:47: warning: 'NSClosableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
unsigned styleMask = NSTitledWindowMask | NSClosableWindowMask
^~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskClosable
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:954:32: note: 'NSClosableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSClosableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskClosable", macosx(10.0, 10.12)) = NSWindowStyleMaskClosable;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:130:15: warning: 'NSMiniaturizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
| NSMiniaturizableWindowMask | NSResizableWindowMask
^~~~~~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskMiniaturizable
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:955:32: note: 'NSMiniaturizableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSMiniaturizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskMiniaturizable", macosx(10.0, 10.12)) = NSWindowStyleMaskMiniaturizable;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:130:44: warning: 'NSResizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
| NSMiniaturizableWindowMask | NSResizableWindowMask
^~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskResizable
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:956:32: note: 'NSResizableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSResizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskResizable", macosx(10.0, 10.12)) = NSWindowStyleMaskResizable;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:131:15: warning: 'NSUnifiedTitleAndToolbarWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
| NSUnifiedTitleAndToolbarWindowMask;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskUnifiedTitleAndToolbar
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:958:32: note: 'NSUnifiedTitleAndToolbarWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSUnifiedTitleAndToolbarWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskUnifiedTitleAndToolbar", macosx(10.0, 10.12)) = NSWindowStyleMaskUnifiedTitleAndToolbar;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:137:22: warning: 'NSTexturedBackgroundWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
styleMask |= NSTexturedBackgroundWindowMask;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskTexturedBackground
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:957:32: note: 'NSTexturedBackgroundWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTexturedBackgroundWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTexturedBackground", macosx(10.0, 10.12)) = NSWindowStyleMaskTexturedBackground;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:174:27: warning: 'NSTexturedBackgroundWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ([win styleMask] & NSTexturedBackgroundWindowMask) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskTexturedBackground
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:957:32: note: 'NSTexturedBackgroundWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTexturedBackgroundWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTexturedBackground", macosx(10.0, 10.12)) = NSWindowStyleMaskTexturedBackground;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:223:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:264:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:363:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"setTextDimensionsWithRows:%d columns:%d isLive:%d "
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:684:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"End of live resize, notify Vim that text dimensions are %dx%d",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:729:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Enter custom full-screen");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:760:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Exit full-screen");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1016:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Window not on screen, zoom to main screen");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1019:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"No main screen, abort zoom");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1026:41: warning: 'NSLeftMouseUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
BOOL cmdLeftClick = [event type] == NSLeftMouseUp &&
^~~~~~~~~~~~~
NSEventTypeLeftMouseUp
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:66:26: note: 'NSLeftMouseUp' has been explicitly marked deprecated here
static const NSEventType NSLeftMouseUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseUp", macosx(10.0, 10.12)) = NSEventTypeLeftMouseUp;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1027:49: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[event modifierFlags] & NSCommandKeyMask;
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:185:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macosx(10.0, 10.12)) = NSEventModifierFlagCommand;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1137:52: warning: 'NSFullScreenWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[window setStyleMask:([window styleMask] | NSFullScreenWindowMask)];
^~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskFullScreen
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:959:32: note: 'NSFullScreenWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSFullScreenWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskFullScreen", macosx(10.0, 10.12)) = NSWindowStyleMaskFullScreen;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1158:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Full-screen out of sync, tell Vim to set 'fu'");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1177:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Failed to ENTER full-screen, restoring window frame...");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1181:49: warning: 'NSFullScreenWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[window setStyleMask:([window styleMask] & ~NSFullScreenWindowMask)];
^~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskFullScreen
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:959:32: note: 'NSFullScreenWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSFullScreenWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskFullScreen", macosx(10.0, 10.12)) = NSWindowStyleMaskFullScreen;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1211:53: warning: 'NSFullScreenWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[window setStyleMask:([window styleMask] & ~NSFullScreenWindowMask)];
^~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskFullScreen
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:959:32: note: 'NSFullScreenWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSFullScreenWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskFullScreen", macosx(10.0, 10.12)) = NSWindowStyleMaskFullScreen;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1229:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Full-screen out of sync, tell Vim to clear 'fu'");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1243:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogNotice(@"Failed to EXIT full-screen, maximizing window...");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:392:31: note: expanded from macro 'ASLogNotice'
#define ASLogNotice(fmt, ...) ASLog(ASL_LEVEL_NOTICE, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1247:48: warning: 'NSFullScreenWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[window setStyleMask:([window styleMask] | NSFullScreenWindowMask)];
^~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskFullScreen
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:959:32: note: 'NSFullScreenWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSFullScreenWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskFullScreen", macosx(10.0, 10.12)) = NSWindowStyleMaskFullScreen;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1327:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Set window frame: %@", NSStringFromRect(newFrame));
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1410:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"starRegisterToPasteboard: failed: pid=%d reason=%@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1423:29: warning: 'NSTexturedBackgroundWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSTexturedBackgroundWindowMask) != 0;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskTexturedBackground
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:957:32: note: 'NSTexturedBackgroundWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTexturedBackgroundWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTexturedBackground", macosx(10.0, 10.12)) = NSWindowStyleMaskTexturedBackground;
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1511:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Window dimensions max: %dx%d current: %dx%d",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1542:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"%s: %dx%d", MessageStrings[msgid], fuRows, fuColumns);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1560:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Re-maximizing full-screen window...");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMWindowController.m:1570:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Enter native full-screen");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindowController.m:64:
In file included from /Users/ben/src/macvim/src/MacVim/MMAppController.h:12:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
32 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTypesetter.o MMTypesetter.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTypesetter.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTypesetter.dia -c /Users/ben/src/macvim/src/MacVim/MMTypesetter.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTypesetter.o
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMApplication.o MMApplication.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMApplication.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMApplication.dia -c /Users/ben/src/macvim/src/MacVim/MMApplication.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMApplication.o
/Users/ben/src/macvim/src/MacVim/MMApplication.m:52:10: warning: 'NSKeyDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ((NSKeyDown == type || NSKeyUp == type) && (flags & NSHelpKeyMask)) {
^~~~~~~~~
NSEventTypeKeyDown
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.m:16:
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:74:26: note: 'NSKeyDown' has been explicitly marked deprecated here
static const NSEventType NSKeyDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeKeyDown", macosx(10.0, 10.12)) = NSEventTypeKeyDown;
^
/Users/ben/src/macvim/src/MacVim/MMApplication.m:52:31: warning: 'NSKeyUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ((NSKeyDown == type || NSKeyUp == type) && (flags & NSHelpKeyMask)) {
^~~~~~~
NSEventTypeKeyUp
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.m:16:
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:75:26: note: 'NSKeyUp' has been explicitly marked deprecated here
static const NSEventType NSKeyUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeKeyUp", macosx(10.0, 10.12)) = NSEventTypeKeyUp;
^
/Users/ben/src/macvim/src/MacVim/MMApplication.m:52:60: warning: 'NSHelpKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ((NSKeyDown == type || NSKeyUp == type) && (flags & NSHelpKeyMask)) {
^~~~~~~~~~~~~
NSEventModifierFlagHelp
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.m:16:
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:187:35: note: 'NSHelpKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSHelpKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagHelp", macosx(10.0, 10.12)) = NSEventModifierFlagHelp;
^
/Users/ben/src/macvim/src/MacVim/MMApplication.m:53:19: warning: 'NSHelpKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags &= ~NSHelpKeyMask;
^~~~~~~~~~~~~
NSEventModifierFlagHelp
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.m:16:
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:187:35: note: 'NSHelpKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSHelpKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagHelp", macosx(10.0, 10.12)) = NSEventModifierFlagHelp;
^
/Users/ben/src/macvim/src/MacVim/MMApplication.m:59:50: warning: 'context' is deprecated: first deprecated in macOS 10.12 - This method always returns nil. If you need access to the current drawing context, use [NSGraphicsContext currentContext] inside of a draw operation. [-Wdeprecated-declarations]
context:[event context]
^
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.m:16:
In file included from /Users/ben/src/macvim/src/MacVim/MMApplication.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:414:59: note: property 'context' is declared deprecated here
@property (nullable, readonly, strong) NSGraphicsContext *context NS_DEPRECATED_MAC(10_0, 10_12, "This method always returns nil. If you need access to the current drawing context, use [NSGraphicsContext currentContext] inside of a draw operation.");
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:414:59: note: 'context' has been explicitly marked deprecated here
5 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMFullScreenWindow.o MMFullScreenWindow.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMFullScreenWindow.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMFullScreenWindow.dia -c /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMFullScreenWindow.o
/Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:70:39: warning: 'NSBorderlessWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
styleMask:NSBorderlessWindowMask
^~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskBorderless
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:26:
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:952:32: note: 'NSBorderlessWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSBorderlessWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskBorderless", macosx(10.0, 10.12)) = NSWindowStyleMaskBorderless;
^
/Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:113:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:130:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Enter full-screen now");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:330:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Left full-screen");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:356:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Screen unplugged / resolution changed");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:461:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Full-screen window moved, ensuring it covers the screen...");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMFullScreenWindow.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
6 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMVimView.o MMVimView.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMVimView.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMVimView.dia -c /Users/ben/src/macvim/src/MacVim/MMVimView.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMVimView.o
/Users/ben/src/macvim/src/MacVim/MMVimView.m:98:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogInfo(@"Use renderer=%ld", renderer);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
/Users/ben/src/macvim/src/MacVim/MacVim.h:393:31: note: expanded from macro 'ASLogInfo'
#define ASLogInfo(fmt, ...) ASLog(ASL_LEVEL_INFO, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:170:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:199:46: warning: 'NSTexturedBackgroundWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
|| !([[self window] styleMask] & NSTexturedBackgroundWindowMask))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskTexturedBackground
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:957:32: note: 'NSTexturedBackgroundWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTexturedBackgroundWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTexturedBackground", macosx(10.0, 10.12)) = NSWindowStyleMaskTexturedBackground;
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:202:26: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
int sw = [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:347:21: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Unknown tab info for index: %d", i);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:373:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"No tab with index %d exists.", idx);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:704:44: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.size.height = [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:706:46: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.origin.x += [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:725:48: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.size.width -= [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:733:43: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.size.width = [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:755:48: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
&& rect.origin.y < [NSScroller scrollerWidth]) {
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:756:49: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.size.height -= [NSScroller scrollerWidth] - rect.origin.y;
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:757:45: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.origin.y = [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:816:36: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
size.height += [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:818:35: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
size.width += [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:820:35: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
size.width += [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:833:41: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.size.height -= [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:834:38: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.origin.y += [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:837:40: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.size.width -= [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:838:38: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.origin.x += [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:841:40: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle: instead [-Wdeprecated-declarations]
rect.size.width -= [NSScroller scrollerWidth];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:122:1: note: 'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
/Users/ben/src/macvim/src/MacVim/MMVimView.m:889:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Notify Vim that text dimensions changed from %dx%d to "
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMVimView.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
22 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMAtsuiTextView.o MMAtsuiTextView.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMAtsuiTextView.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMAtsuiTextView.dia -c /Users/ben/src/macvim/src/MacVim/MMAtsuiTextView.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMAtsuiTextView.o
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMWindow.o MMWindow.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMWindow.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMWindow.dia -c /Users/ben/src/macvim/src/MacVim/MMWindow.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMWindow.o
/Users/ben/src/macvim/src/MacVim/MMWindow.m:69:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindow.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMWindow.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMWindow.m:29:
In file included from /Users/ben/src/macvim/src/MacVim/MMWindow.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
1 warning generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMPreferenceController.o MMPreferenceController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMPreferenceController.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMPreferenceController.dia -c /Users/ben/src/macvim/src/MacVim/MMPreferenceController.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMPreferenceController.o
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/DBPrefsWindowController.o DBPrefsWindowController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/DBPrefsWindowController.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/DBPrefsWindowController.dia -c /Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/DBPrefsWindowController.o
/Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.m:78:28: warning: 'NSTitledWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
styleMask:(NSTitledWindowMask |
^~~~~~~~~~~~~~~~~~
NSWindowStyleMaskTitled
In file included from /Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.m:5:
In file included from /Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.h:42:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:953:32: note: 'NSTitledWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTitledWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTitled", macosx(10.0, 10.12)) = NSWindowStyleMaskTitled;
^
/Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.m:79:19: warning: 'NSClosableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSClosableWindowMask)
^~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskClosable
In file included from /Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.m:5:
In file included from /Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.h:42:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:954:32: note: 'NSClosableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSClosableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskClosable", macosx(10.0, 10.12)) = NSWindowStyleMaskClosable;
^
/Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.m:352:83: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ([self shiftSlowsAnimation] && [[[self window] currentEvent] modifierFlags] & NSShiftKeyMask)
^~~~~~~~~~~~~~
NSEventModifierFlagShift
In file included from /Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.m:5:
In file included from /Users/ben/src/macvim/src/MacVim/DBPrefsWindowController.h:42:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macosx(10.0, 10.12)) = NSEventModifierFlagShift;
^
3 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/Miscellaneous.o Miscellaneous.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/Miscellaneous.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/Miscellaneous.dia -c /Users/ben/src/macvim/src/MacVim/Miscellaneous.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/Miscellaneous.o
/Users/ben/src/macvim/src/MacVim/Miscellaneous.m:287:32: warning: 'NSRegularControlSize' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSControlSize buttonSize = NSRegularControlSize;
^~~~~~~~~~~~~~~~~~~~
NSControlSizeRegular
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.m:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:102:28: note: 'NSRegularControlSize' has been explicitly marked deprecated here
static const NSControlSize NSRegularControlSize API_DEPRECATED_WITH_REPLACEMENT("NSControlSizeRegular", macosx(10.0, 10.12)) = NSControlSizeRegular;
^
1 warning generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextViewHelper.o MMTextViewHelper.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextViewHelper.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextViewHelper.dia -c /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMTextViewHelper.o
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:88:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:130:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"%@", event);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:133:17: warning: comparison of function 'TISCopyCurrentKeyboardInputSource' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (NULL == TISCopyCurrentKeyboardInputSource) {
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:133:17: note: prefix with the address-of operator to silence this warning
if (NULL == TISCopyCurrentKeyboardInputSource) {
^
&
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:133:17: note: suffix with parentheses to turn this into a function call
if (NULL == TISCopyCurrentKeyboardInputSource) {
^
()
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:176:18: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ((flags & NSAlternateKeyMask) && [mmta boolValue] && [unmod length] == 1
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macosx(10.0, 10.12)) = NSEventModifierFlagOption;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:179:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"MACMETA key, don't interpret it");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:181:36: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
} else if (imState && (flags & NSControlKeyMask)
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macosx(10.0, 10.12)) = NSEventModifierFlagControl;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:182:27: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
&& !(flags & (NSAlternateKeyMask|NSCommandKeyMask))
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macosx(10.0, 10.12)) = NSEventModifierFlagOption;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:182:46: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
&& !(flags & (NSAlternateKeyMask|NSCommandKeyMask))
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:185:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macosx(10.0, 10.12)) = NSEventModifierFlagCommand;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:199:26: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
else if (flags & NSCommandKeyMask) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:185:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macosx(10.0, 10.12)) = NSEventModifierFlagCommand;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:205:26: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ((flags & NSShiftKeyMask && !(flags & NSAlternateKeyMask))
^~~~~~~~~~~~~~
NSEventModifierFlagShift
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macosx(10.0, 10.12)) = NSEventModifierFlagShift;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:205:54: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ((flags & NSShiftKeyMask && !(flags & NSAlternateKeyMask))
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macosx(10.0, 10.12)) = NSEventModifierFlagOption;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:206:32: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
|| flags & NSControlKeyMask)
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macosx(10.0, 10.12)) = NSEventModifierFlagControl;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:248:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"%@", NSStringFromSelector(sel));
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:297:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:298:25: warning: 'NSKeyDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ([event type] != NSKeyDown)
^~~~~~~~~
NSEventTypeKeyDown
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:74:26: note: 'NSKeyDown' has been explicitly marked deprecated here
static const NSEventType NSKeyDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeKeyDown", macosx(10.0, 10.12)) = NSEventTypeKeyDown;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:319:41: warning: 'NSDeviceIndependentModifierFlagsMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
int flags = [event modifierFlags] & NSDeviceIndependentModifierFlagsMask;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSEventModifierFlagDeviceIndependentFlagsMask
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:189:35: note: 'NSDeviceIndependentModifierFlagsMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSDeviceIndependentModifierFlagsMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagDeviceIndependentFlagsMask", macosx(10.0, 10.12)) = NSEventModifierFlagDeviceIndependentFlagsMask;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:321:18: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (flags == NSCommandKeyMask && [unmod isEqual:@"."])
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:185:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macosx(10.0, 10.12)) = NSEventModifierFlagCommand;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:343:26: warning: 'NSInputManager' is deprecated: first deprecated in macOS 10.6 - Use NSTextInputContext instead [-Wdeprecated-declarations]
[[NSInputManager currentInputManager] markedTextAbandoned:self];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:58:12: note: 'NSInputManager' has been explicitly marked deprecated here
@interface NSInputManager : NSObject <NSTextInput> {
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:343:26: warning: 'currentInputManager' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[[NSInputManager currentInputManager] markedTextAbandoned:self];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:82:1: note: 'currentInputManager' has been explicitly marked deprecated here
+ (null_unspecified NSInputManager *) currentInputManager NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:343:47: warning: 'markedTextAbandoned:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[[NSInputManager currentInputManager] markedTextAbandoned:self];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:96:1: note: 'markedTextAbandoned:' has been explicitly marked deprecated here
- (void)markedTextAbandoned:(null_unspecified id)cli NS_DEPRECATED_MAC(10_0, 10_6); /* send after abandoning */
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:385:21: warning: 'NSDeviceIndependentModifierFlagsMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags = flags & NSDeviceIndependentModifierFlagsMask;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSEventModifierFlagDeviceIndependentFlagsMask
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:189:35: note: 'NSDeviceIndependentModifierFlagsMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSDeviceIndependentModifierFlagsMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagDeviceIndependentFlagsMask", macosx(10.0, 10.12)) = NSEventModifierFlagDeviceIndependentFlagsMask;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:387:23: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(flags == NSControlKeyMask ||
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macosx(10.0, 10.12)) = NSEventModifierFlagControl;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:388:24: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags == (NSControlKeyMask|NSAlphaShiftKeyMask))) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macosx(10.0, 10.12)) = NSEventModifierFlagControl;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:388:41: warning: 'NSAlphaShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags == (NSControlKeyMask|NSAlphaShiftKeyMask))) {
^~~~~~~~~~~~~~~~~~~
NSEventModifierFlagCapsLock
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:181:35: note: 'NSAlphaShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlphaShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCapsLock", macosx(10.0, 10.12)) = NSEventModifierFlagCapsLock;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:390:19: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags &= ~NSControlKeyMask;
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macosx(10.0, 10.12)) = NSEventModifierFlagControl;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:623:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"%@", attr);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:632:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"text='%@' range=%@", text, NSStringFromRange(range));
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:693:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:776:38: warning: 'convertBaseToScreen:' is deprecated: first deprecated in macOS 10.7 - Use -convertRectToScreen: instead [-Wdeprecated-declarations]
rect.origin = [[textView window] convertBaseToScreen:rect.origin];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:930:1: note: 'convertBaseToScreen:' has been explicitly marked deprecated here
- (NSPoint)convertBaseToScreen:(NSPoint)point NS_DEPRECATED_MAC(10_0, 10_7, "Use -convertRectToScreen: instead");
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:790:17: warning: comparison of function 'TISCopyCurrentKeyboardInputSource' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if (NULL != TISCopyCurrentKeyboardInputSource) {
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:790:17: note: prefix with the address-of operator to silence this warning
if (NULL != TISCopyCurrentKeyboardInputSource) {
^
&
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:790:17: note: suffix with parentheses to turn this into a function call
if (NULL != TISCopyCurrentKeyboardInputSource) {
^
()
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:812:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"IM control %sabled", enable ? "en" : "dis");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:817:5: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Activate IM=%d", enable);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:827:17: warning: comparison of function 'TISCopyCurrentKeyboardInputSource' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if (NULL != TISCopyCurrentKeyboardInputSource) {
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:827:17: note: prefix with the address-of operator to silence this warning
if (NULL != TISCopyCurrentKeyboardInputSource) {
^
&
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:827:17: note: suffix with parentheses to turn this into a function call
if (NULL != TISCopyCurrentKeyboardInputSource) {
^
()
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:834:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Change input source: %@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:865:30: warning: comparison of function 'TISCopyCurrentKeyboardInputSource' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if (imControl && NULL != TISCopyCurrentKeyboardInputSource) {
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:865:30: note: prefix with the address-of operator to silence this warning
if (imControl && NULL != TISCopyCurrentKeyboardInputSource) {
^
&
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:865:30: note: suffix with parentheses to turn this into a function call
if (imControl && NULL != TISCopyCurrentKeyboardInputSource) {
^
()
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:873:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"Remember last input source: %@",
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:913:9: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogDebug(@"No current event; ignore key");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:394:31: note: expanded from macro 'ASLogDebug'
#define ASLogDebug(fmt, ...) ASLog(ASL_LEVEL_DEBUG, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:924:14: warning: 'NSDeviceIndependentModifierFlagsMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags &= NSDeviceIndependentModifierFlagsMask;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSEventModifierFlagDeviceIndependentFlagsMask
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:189:35: note: 'NSDeviceIndependentModifierFlagsMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSDeviceIndependentModifierFlagsMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagDeviceIndependentFlagsMask", macosx(10.0, 10.12)) = NSEventModifierFlagDeviceIndependentFlagsMask;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:957:20: warning: 'NSNumericPadKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (mods & NSNumericPadKeyMask) {
^~~~~~~~~~~~~~~~~~~
NSEventModifierFlagNumericPad
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:186:35: note: 'NSNumericPadKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSNumericPadKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagNumericPad", macosx(10.0, 10.12)) = NSEventModifierFlagNumericPad;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:958:28: warning: 'NSDeviceIndependentModifierFlagsMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
flags = mods & NSDeviceIndependentModifierFlagsMask;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSEventModifierFlagDeviceIndependentFlagsMask
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:189:35: note: 'NSDeviceIndependentModifierFlagsMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSDeviceIndependentModifierFlagsMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagDeviceIndependentFlagsMask", macosx(10.0, 10.12)) = NSEventModifierFlagDeviceIndependentFlagsMask;
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1073:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Failed to load custom Ibeam cursor");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:21:
In file included from /Users/ben/src/macvim/src/MacVim/MMVimController.h:11:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1120:9: warning: 'NSInputManager' is deprecated: first deprecated in macOS 10.6 - Use NSTextInputContext instead [-Wdeprecated-declarations]
NSInputManager *imgr = [NSInputManager currentInputManager];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:58:12: note: 'NSInputManager' has been explicitly marked deprecated here
@interface NSInputManager : NSObject <NSTextInput> {
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1120:48: warning: 'NSInputManager' is deprecated: first deprecated in macOS 10.6 - Use NSTextInputContext instead [-Wdeprecated-declarations]
NSInputManager *imgr = [NSInputManager currentInputManager];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:58:12: note: 'NSInputManager' has been explicitly marked deprecated here
@interface NSInputManager : NSObject <NSTextInput> {
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1120:48: warning: 'currentInputManager' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
NSInputManager *imgr = [NSInputManager currentInputManager];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:82:1: note: 'currentInputManager' has been explicitly marked deprecated here
+ (null_unspecified NSInputManager *) currentInputManager NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1121:19: warning: 'wantsToHandleMouseEvents' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
if ([imgr wantsToHandleMouseEvents])
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:111:1: note: 'wantsToHandleMouseEvents' has been explicitly marked deprecated here
- (BOOL)wantsToHandleMouseEvents NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1122:26: warning: 'handleMouseEvent:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
return [imgr handleMouseEvent:event];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:113:1: note: 'handleMouseEvent:' has been explicitly marked deprecated here
- (BOOL)handleMouseEvent:(null_unspecified NSEvent*)mouseEvent NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1155:22: warning: 'NSInputManager' is deprecated: first deprecated in macOS 10.6 - Use NSTextInputContext instead [-Wdeprecated-declarations]
[[NSInputManager currentInputManager] markedTextAbandoned:self];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:58:12: note: 'NSInputManager' has been explicitly marked deprecated here
@interface NSInputManager : NSObject <NSTextInput> {
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1155:22: warning: 'currentInputManager' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[[NSInputManager currentInputManager] markedTextAbandoned:self];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:82:1: note: 'currentInputManager' has been explicitly marked deprecated here
+ (null_unspecified NSInputManager *) currentInputManager NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:1155:43: warning: 'markedTextAbandoned:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
[[NSInputManager currentInputManager] markedTextAbandoned:self];
^
In file included from /Users/ben/src/macvim/src/MacVim/MMTextViewHelper.m:19:
In file included from /Users/ben/src/macvim/src/MacVim/MMTextView.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:96:1: note: 'markedTextAbandoned:' has been explicitly marked deprecated here
- (void)markedTextAbandoned:(null_unspecified id)cli NS_DEPRECATED_MAC(10_0, 10_6); /* send after abandoning */
^
49 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMFindReplaceController.o MMFindReplaceController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMFindReplaceController.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMFindReplaceController.dia -c /Users/ben/src/macvim/src/MacVim/MMFindReplaceController.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMFindReplaceController.o
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMCoreTextView.o MMCoreTextView.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMCoreTextView.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMCoreTextView.dia -c /Users/ben/src/macvim/src/MacVim/MMCoreTextView.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMCoreTextView.o
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:561:91: warning: '&&' within '||' [-Wlogical-op-parentheses]
if ( layerSize.width != frame.size.width || layerSize.height != frame.size.height && ![self inLiveResize]) {
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:561:91: note: place parentheses around the '&&' expression to silence this warning
if ( layerSize.width != frame.size.width || layerSize.height != frame.size.height && ![self inLiveResize]) {
^
( )
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:562:66: warning: format specifies type 'int' but the argument has type 'CGFloat' (aka 'double') [-Wformat]
printf("reinititalizing layer: (%d,%d) -> (%d,%d)\n", layerSize.width, layerSize.height, frame.size.width, frame.size.height);
~~ ^~~~~~~~~~~~~~~
%f
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:562:83: warning: format specifies type 'int' but the argument has type 'CGFloat' (aka 'double') [-Wformat]
printf("reinititalizing layer: (%d,%d) -> (%d,%d)\n", layerSize.width, layerSize.height, frame.size.width, frame.size.height);
~~ ^~~~~~~~~~~~~~~~
%f
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:562:101: warning: format specifies type 'int' but the argument has type 'CGFloat' (aka 'double') [-Wformat]
printf("reinititalizing layer: (%d,%d) -> (%d,%d)\n", layerSize.width, layerSize.height, frame.size.width, frame.size.height);
~~ ^~~~~~~~~~~~~~~~
%f
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:562:119: warning: format specifies type 'int' but the argument has type 'CGFloat' (aka 'double') [-Wformat]
printf("reinititalizing layer: (%d,%d) -> (%d,%d)\n", layerSize.width, layerSize.height, frame.size.width, frame.size.height);
~~ ^~~~~~~~~~~~~~~~~
%f
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:905:33: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
operation:NSCompositeSourceOver
^~~~~~~~~~~~~~~~~~~~~
NSCompositingOperationSourceOver
In file included from /Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:61:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macosx(10.0, 10.12)) = NSCompositingOperationSourceOver;
^
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:927:17: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Conversion error: some text may not be rendered");
^
In file included from /Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:1006:13: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
ASLogWarn(@"Unknown draw type (type=%d)", type);
^
In file included from /Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
/Users/ben/src/macvim/src/MacVim/MacVim.h:391:31: note: expanded from macro 'ASLogWarn'
#define ASLogWarn(fmt, ...) ASLog(ASL_LEVEL_WARNING, fmt, ##__VA_ARGS__)
^
/Users/ben/src/macvim/src/MacVim/MacVim.h:382:9: note: expanded from macro 'ASLog'
asl_log(NULL, NULL, level, "%s@%d: %s", \
^
In file included from /Users/ben/src/macvim/src/MacVim/MMCoreTextView.m:28:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:13:
In file included from /Users/ben/src/macvim/src/MacVim/MacVim.h:12:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
8 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMCoreTextView+ToolTip.o MMCoreTextView+ToolTip.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMCoreTextView+ToolTip.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMCoreTextView+ToolTip.dia -c /Users/ben/src/macvim/src/MacVim/MMCoreTextView+ToolTip.m -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMCoreTextView+ToolTip.o
/Users/ben/src/macvim/src/MacVim/MMCoreTextView+ToolTip.m:162:58: warning: 'NSMouseExited' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSEvent *fakeEvent = [NSEvent enterExitEventWithType:NSMouseExited
^~~~~~~~~~~~~
NSEventTypeMouseExited
In file included from /Users/ben/src/macvim/src/MacVim/MMCoreTextView+ToolTip.m:22:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:73:26: note: 'NSMouseExited' has been explicitly marked deprecated here
static const NSEventType NSMouseExited API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeMouseExited", macosx(10.0, 10.12)) = NSEventTypeMouseExited;
^
/Users/ben/src/macvim/src/MacVim/MMCoreTextView+ToolTip.m:179:58: warning: 'NSMouseEntered' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSEvent *fakeEvent = [NSEvent enterExitEventWithType:NSMouseEntered
^~~~~~~~~~~~~~
NSEventTypeMouseEntered
In file included from /Users/ben/src/macvim/src/MacVim/MMCoreTextView+ToolTip.m:22:
In file included from /Users/ben/src/macvim/src/MacVim/Miscellaneous.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:72:26: note: 'NSMouseEntered' has been explicitly marked deprecated here
static const NSEventType NSMouseEntered API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeMouseEntered", macosx(10.0, 10.12)) = NSEventTypeMouseEntered;
^
2 warnings generated.
CompileC build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim_vers.o build/MacVim.build/Release/MacVim.build/DerivedSources/MacVim_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/ben/src/macvim/src/MacVim
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/MacVim.hmap -I/Users/ben/src/macvim/src/MacVim/build/Release/include -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/x86_64 -I/Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -MMD -MT dependencies -MF /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim_vers.d --serialize-diagnostics /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim_vers.dia -c /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/DerivedSources/MacVim_vers.c -o /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim_vers.o
Ld build/Release/MacVim.app/Contents/MacOS/MacVim normal x86_64
cd /Users/ben/src/macvim/src/MacVim
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -L/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim/build/Release -F/Users/ben/src/macvim/src/MacVim -filelist /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim.LinkFileList -fobjc-link-runtime /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/PSMTabBarControl -framework Cocoa -framework Carbon -Xlinker -dependency_info -Xlinker /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MacVim_dependency_info.dat -o /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/MacOS/MacVim
PBXCp /Users/ben/src/macvim/src/Vim build/Release/MacVim.app/Contents/MacOS/Vim
cd /Users/ben/src/macvim/src/MacVim
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ben/src/macvim/src/Vim /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/MacOS
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S /Users/ben/src/macvim/src/Vim -o /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/MacOS/Vim
PBXCp build/Release/PSMTabBarControl.framework build/Release/MacVim.app/Contents/Frameworks/PSMTabBarControl.framework
cd /Users/ben/src/macvim/src/MacVim
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Frameworks
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S /Users/ben/src/macvim/src/MacVim/build/Release/PSMTabBarControl.framework/Versions/A/PSMTabBarControl -o /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Frameworks/PSMTabBarControl.framework/Versions/A/PSMTabBarControl
PBXCp vimrc build/Release/MacVim.app/Contents/Resources/vim/vimrc
cd /Users/ben/src/macvim/src/MacVim
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ben/src/macvim/src/MacVim/vimrc /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/vim
PBXCp gvimrc build/Release/MacVim.app/Contents/Resources/vim/gvimrc
cd /Users/ben/src/macvim/src/MacVim
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ben/src/macvim/src/MacVim/gvimrc /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/vim
PBXCp /Users/ben/src/macvim/runtime build/Release/MacVim.app/Contents/Resources/vim/runtime
cd /Users/ben/src/macvim/src/MacVim
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ben/src/macvim/runtime /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources/vim
PhaseScriptExecution Make\ Document\ Icons build/MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
cd /Users/ben/src/macvim/src/MacVim
/bin/sh -c /Users/ben/src/macvim/src/MacVim/build/MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
cp -pR MacVim-*.icns "/Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app/Contents/Resources"/
Touch build/Release/MacVim.app
cd /Users/ben/src/macvim/src/MacVim
/usr/bin/touch -c /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app
RegisterWithLaunchServices build/Release/MacVim.app
cd /Users/ben/src/macvim/src/MacVim
builtin-lsRegisterURL /Users/ben/src/macvim/src/MacVim/build/Release/MacVim.app
** BUILD SUCCEEDED **
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment