AndreaCrotti / yasnippet-snippets

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

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

Closed Hi-Angel closed 7 months ago

Hi-Angel commented 8 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 8 months ago

Ping

Hi-Angel commented 7 months ago

Ping

AndreaCrotti commented 7 months ago

Nice thanks