Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unused variable warnings in noflet #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

djr7C4
Copy link

@djr7C4 djr7C4 commented Oct 25, 2020

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.

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 incur no performance penalty.
pierre-rouleau added a commit to pierre-rouleau/emacs-noflet that referenced this pull request Dec 5, 2020
…into master

Merge in djr7C4 unused-vars branch requested PR (nicferrier#25).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant