summaryrefslogtreecommitdiff
path: root/src/nsfns.m
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-06-09 16:48:17 +0800
committerPo Lu <luangruo@yahoo.com>2022-06-09 16:48:17 +0800
commit677367ae655151572561219ac99c4226cb1de207 (patch)
tree21d65eee13e9024b5ef6f40b6f42f97135370861 /src/nsfns.m
parentdd8db560c25958f8e3ab9c46d6df560fce7c0a88 (diff)
downloademacs-677367ae655151572561219ac99c4226cb1de207.tar.gz
emacs-677367ae655151572561219ac99c4226cb1de207.tar.bz2
emacs-677367ae655151572561219ac99c4226cb1de207.zip
Satisfy GCC warnings on the GNUstep build
* src/nsfns.m (ns_move_tooltip_to_mouse_location): * src/nsterm.m ([EmacsWindow draggedImage:movedTo:]): Pacify GCC.
Diffstat (limited to 'src/nsfns.m')
-rw-r--r--src/nsfns.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index d4cf4f5ffae..add4883e1fd 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -3808,6 +3808,8 @@ ns_move_tooltip_to_mouse_location (NSPoint screen_point)
NSWindow *window;
struct frame *tip_f;
+ window = nil;
+
if (!FIXNUMP (tip_dx) || !FIXNUMP (tip_dy))
return;