1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00
emacs/test/lisp/emacs-lisp/eieio-tests
Stefan Kangas eead51bc71 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.
2021-12-20 16:06:36 +01:00
..
eieio-test-methodinvoke.el Silence byte-compiler in two tests 2021-12-06 22:19:58 +01:00
eieio-test-persist.el Silence "initform needs quoting" warning in tests 2021-12-19 15:26:36 +01:00
eieio-tests.el Silence byte-compiler using with-no-warnings in tests 2021-12-20 16:06:36 +01:00