; * test/lisp/net/dbus-tests.el: silence compilation warnings
This commit is contained in:
parent
c330b97fe2
commit
f591f47779
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
(require 'dbus)
|
||||
|
||||
(defvar dbus-debug)
|
||||
(defvar dbus-message-type-signal)
|
||||
(declare-function dbus-get-unique-name "dbusbind.c" (bus))
|
||||
|
||||
(defconst dbus--test-enabled-session-bus
|
||||
|
@ -732,7 +733,7 @@ is in progress."
|
|||
;; Cleanup.
|
||||
(dbus-unregister-service :session dbus--test-service)))
|
||||
|
||||
(defun dbus--test-method-authorizable-handler (&rest args)
|
||||
(defun dbus--test-method-authorizable-handler (&rest _args)
|
||||
"Method handler for `dbus-test04-call-method-authorizable'.
|
||||
Returns the respective error."
|
||||
`(:error ,dbus-error-interactive-authorization-required
|
||||
|
|
Loading…
Add table
Reference in a new issue