Variable: byte-compile-error-on-warn
byte-compile-error-on-warn is a customizable variable defined in
bytecomp.el.gz.
Value
nil
Documentation
If true, the byte-compiler reports warnings with error.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defcustom byte-compile-error-on-warn nil
"If true, the byte-compiler reports warnings with `error'."
:type 'boolean)