cl-declare
cl-declare is an autoloaded Lisp macro in `cl-macs.el
'.
(cl-declare &rest SPECS)
Declare SPECS about the current function while compiling.
For instance
(cl-declare (warn 0))
will turn off byte-compile warnings in the function.
See Info node `(cl)Declarations' for details.