]> git.eshelyaron.com Git - emacs.git/commit
Silence byte-compiler using with-no-warnings in tests
authorStefan Kangas <stefan@marxist.se>
Mon, 20 Dec 2021 14:54:56 +0000 (15:54 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 20 Dec 2021 15:06:36 +0000 (16:06 +0100)
commiteead51bc71cf1b9c80ce1b806bbdfb95245e568d
treec5c660920a6706973e39ea81bda79767338a73a8
parentb5393c68aef07562a1cc14ed100c3dbfb29f11ce
Silence byte-compiler using with-no-warnings in tests

We could silence the specific warnings by adding support for them to
with-suppressed-warnings, but it is almost not worth the complexity
for warnings that only show up in one file.  In any case, it is not
urgent, so leave behind FIXMEs for now.

* test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
(eieio-test-37-obsolete-name-in-constructor, class-c)
(eieio-test-01-mix-alloc-initarg, slotattr-class-base):
* test/lisp/progmodes/elisp-mode-tests.el
(xref-elisp-generic-co-located-default): Silence byte-compiler.
test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
test/lisp/progmodes/elisp-mode-tests.el