From: Lars Ingebrigtsen Date: Wed, 11 May 2022 12:28:32 +0000 (+0200) Subject: Fix compilation warning in gdb-mi.el X-Git-Tag: emacs-29.0.90~1910^2~806 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=125cda74981fddf63f827f96844cf6d9a413aa1a;p=emacs.git Fix compilation warning in gdb-mi.el * lisp/progmodes/gdb-mi.el (gud-go): Fix compilation warning introduced by previous change. --- diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 06746af761c..c9b6ccd324f 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -105,6 +105,7 @@ ;; at toplevel, so the compiler doesn't know under which circumstances ;; they're defined. (declare-function gud-until "gud" (arg)) +(declare-function gud-go "gud" (arg)) (declare-function gud-print "gud" (arg)) (declare-function gud-down "gud" (arg)) (declare-function gud-up "gud" (arg))