muffle-warning
(muffle-warning [condition])
Invokes the muffle-warning restart that every warn establishes in a restart-system program, aborting the pending warning before it is printed — warn then returns nil silently. Meant to be called from a handler-bind handler on warning. Signals an error when no muffle-warning restart is active (i.e. outside a warn).