emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/base32 7023bb8697 049/103: Suppress some more (spurious) b


From: ELPA Syncer
Subject: [nongnu] elpa/base32 7023bb8697 049/103: Suppress some more (spurious) byte-compile errors
Date: Sat, 10 Feb 2024 13:00:06 -0500 (EST)

branch: elpa/base32
commit 7023bb869744e331a8567e6e708ce38ddb52b3fa
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>

    Suppress some more (spurious) byte-compile errors
---
 totp-auth.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/totp-auth.el b/totp-auth.el
index e1681477ba..ca1b308b39 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -47,6 +47,8 @@
       (add-to-list 'load-path (file-name-directory this-file)))
     (require 'base32)
     (require 'hmac))
+  ;; this is to reduce warnings for melpa - it's not actually necessary
+  (ignore-errors (require 'notifications))
   (require 'auth-source)
   (require 'secrets)
   (require 'bindat)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]