branch: externals/dape
commit f4fca849a8a9396981774b805e9b473e45e4ca02
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Fix build warnings
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 2f142d9859..cb5334f319 100644
--- a/dape.el
+++ b/dape.el
@@ -1297,7 +1297,7 @@ Adapter is identified with PROCESS."
                command
                arguments))
 
-(cl-defmethod dape-handle-request (process (command (eql runInTerminal)) seq 
arguments)
+(cl-defmethod dape-handle-request (process (_command (eql runInTerminal)) _seq 
arguments)
   "Handle runInTerminal requests.
 Starts a new process to run process to be debugged."
   (let* ((cwd (plist-get process :cwd))

Reply via email to