# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1592956441 0 # Node ID 7ce8ecb79d4b0040d1c3342c09e340d1bd5e98c4 # Parent 3784795a1e945b882a1c0b609e0e5601a52afba0 Mac: Fix warning building pre-mountain lion 10.8. diff -r 3784795a1e94 -r 7ce8ecb79d4b mac/dw.m --- a/mac/dw.m Tue Jun 23 23:33:54 2020 +0000 +++ b/mac/dw.m Tue Jun 23 23:54:01 2020 +0000 @@ -1348,8 +1348,8 @@ { } -(NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender; +#ifdef BUILDING_FOR_MOUNTAIN_LION -(void)applicationDidFinishLaunching:(NSNotification *)aNotification; -#ifdef BUILDING_FOR_MOUNTAIN_LION -(BOOL)userNotificationCenter:(NSUserNotificationCenter *)center shouldPresentNotification:(NSUserNotification *)notification; -(void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNotification:(NSUserNotification *)notification; #endif