branch: elpa/base32
commit 7023bb869744e331a8567e6e708ce38ddb52b3fa
Author: Vivek Das Mohapatra <[email protected]>
Commit: Vivek Das Mohapatra <[email protected]>
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)