AndreaCrotti / yasnippet-snippets

a collection of yasnippet snippets for many languages
GNU General Public License v3.0
1.17k stars 465 forks source link

Fix native-comp warnings in *.el files #485

Closed Hi-Angel closed 9 months ago

Hi-Angel commented 10 months ago

~There may be warnings in other files, I didn't look at those.~ I noticed two warnings in .yas-setup.el files, so decided to fix them; and I fixed warnings everywhere while at it 😊

The fact that everything compiles now without warnings was checked by a command:

emacs -batch --eval "(package-initialize) (setq byte-compile-error-on-warn t)" -f batch-byte-compile $(fnfx .el)

That revealed one doc-string warning, which I fixed in a separate commit.

Hi-Angel commented 10 months ago

Ping

Hi-Angel commented 9 months ago

Ping

AndreaCrotti commented 9 months ago

Nice thanks