byte-compile-disable-warning
byte-compile-disable-warning is an autoloaded compiled Lisp function in `bytecomp.el
'.
(byte-compile-disable-warning WARNING)
Change `byte-compile-warnings' to disable WARNING.
If `byte-compile-warnings' is t, set it to `(not WARNING)'.
Otherwise, if the first element is `not', add WARNING, else remove it.
Normally you should let-bind `byte-compile-warnings' before calling this,
else the global value will be modified.