nicferrier / emacs-noflet

noflet - nic's overriding flet, for fleting functions for the purpose of decorating them
72 stars 17 forks source link

Fix unused variable warnings in noflet #25

Open djr7C4 opened 3 years ago

djr7C4 commented 3 years ago

When using the noflet macro, there are unused variable warnings for 'err' and 'this-fn'. These can be smothered by adding a call to ignore which will be optimized away by the byte compiler and thus incurs no performance penalty.