Variable: byte-compile--suppressed-warnings
byte-compile--suppressed-warnings is a variable defined in
bytecomp.el.gz.
Value
nil
Documentation
Dynamically bound by with-suppressed-warnings to suppress warnings.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile--suppressed-warnings nil
"Dynamically bound by `with-suppressed-warnings' to suppress warnings.")