]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence NS warnings
authorAlan Third <alan@idiocy.org>
Fri, 26 Nov 2021 19:57:07 +0000 (19:57 +0000)
committerAlan Third <alan@idiocy.org>
Fri, 26 Nov 2021 19:57:07 +0000 (19:57 +0000)
* src/nsterm.m ([EmacsView mouseDown:]): Move variables into the block
where they're used.

src/nsterm.m

index 80117a41a56941469950223ff59a967799d2cb9a..747539eae64c6718f44409ae4864cd944bf59689 100644 (file)
@@ -6529,7 +6529,6 @@ not_in_argv (NSString *arg)
 {
   struct ns_display_info *dpyinfo = FRAME_DISPLAY_INFO (emacsframe);
   NSPoint p = [self convertPoint: [theEvent locationInWindow] fromView: nil];
-  int x = 0, y = 0;
 
   NSTRACE ("[EmacsView mouseDown:]");
 
@@ -6561,6 +6560,7 @@ not_in_argv (NSString *arg)
            */
           bool horizontal;
           int lines = 0;
+          int x = 0, y = 0;
           int scrollUp = NO;
 
           /* FIXME: At the top or bottom of the buffer we should