sb-grovel-unknown-constant-condition; defined above.
;; sb-ext:implicit-generic-function-warning ; Controversial. Let's allow it by default.
sb-int:package-at-variance
sb-kernel:uninteresting-redefinition
;; BEWARE: the below four are controversial to include here.
sb-kernel:redefinition-with-defun
sb-kernel:redefinition-with-defgeneric
sb-kernel:redefinition-with-defmethod
sb-kernel::redefinition-with-defmacro); not exported by old SBCLs
'("No generic function ~S present when encountering macroexpansion of defmethod. Assuming it will be an instance of standard-generic-function."));; from closer2mop
"Conditions that may be skipped while compiling")
"Conditions that may be skipped while compiling or loading Lisp code.")
(defvar*uninteresting-compiler-conditions*'()
"Additional conditions that may be skipped while compiling Lisp code.")
(defvar*uninteresting-loader-conditions*
(append
'("Overwriting already existing readtable ~S.";; from named-readtables
#(#:finalizers-off-warning:asdf-finalizers));; from asdf-finalizers