]> git.eshelyaron.com Git - emacs.git/commit
Allow inhibiting `not-unused' warnings
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 13 Oct 2021 17:00:25 +0000 (19:00 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 13 Oct 2021 17:00:31 +0000 (19:00 +0200)
commit913a7d30a33f7faa1a98e7dffd10159b1d2a6b97
tree87feb7d1943a4dbb6a86cb7ddb675303deae094c
parentab34293d849086a67effc52800e18bab1400ce72
Allow inhibiting `not-unused' warnings

* lisp/emacs-lisp/bytecomp.el (byte-compile-warning-types): Allow
inhibiting the `not-unused' warning (bug#31641).  (There has been
some discussion about removing the `not-unused' warning, but it's
still in there, so making it possible to inhibit it seems like the
right thing to do.)
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Don't warn about
`not-unused'.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/cconv.el