Variable: TeX-suppress-ignored-warnings
TeX-suppress-ignored-warnings is a customizable variable defined in
tex.el.
Value
nil
Documentation
Whether to actually show ignored warnings.
Note that TeX-debug-warnings always takes the precedence.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-suppress-ignored-warnings nil
"Whether to actually show ignored warnings.
Note that `TeX-debug-warnings' always takes the precedence."
:group 'TeX-command
:type 'boolean)