branch: externals/dape
commit 1fb479d757e09480a8c341ec9ca06b5293e6fa66
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Fix warnings
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index c3622aca40..800148df63 100644
--- a/dape.el
+++ b/dape.el
@@ -1354,7 +1354,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 ((default-directory (or (plist-get arguments :cwd)