]> git.eshelyaron.com Git - emacs.git/commit
Silence byte-compiler warnings from absent optional features
authorMattias Engdegård <mattiase@acm.org>
Mon, 20 Dec 2021 16:13:09 +0000 (17:13 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 20 Dec 2021 16:13:09 +0000 (17:13 +0100)
commit19206fd1e764cfe89234ae9245bafa88ef1ec354
tree31b689c4b6d245d31b79086047563375199d3bd3
parent92ffe44834b8f77ee3f4d37edfdb19f30a376869
Silence byte-compiler warnings from absent optional features

* test/src/inotify-tests.el (inotify-rm-watch):
* test/src/lcms-tests.el (lcms-xyz->jch):
* test/src/sqlite-tests.el (sqlite-open):
Add declarations to prevent byte-compilation warnings when features
are absent.
test/src/inotify-tests.el
test/src/lcms-tests.el
test/src/sqlite-tests.el