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 compiler warning unused parameter... #159

Merged
merged 2 commits into from
May 21, 2020
Merged

Fix compiler warning unused parameter... #159

merged 2 commits into from
May 21, 2020

Conversation

Rotzbua
Copy link
Contributor

@Rotzbua Rotzbua commented May 21, 2020

...'count' [-Wunused-parameter]

Mentioned in #147

...'count' [-Wunused-parameter]
@ladyada
Copy link
Member

ladyada commented May 21, 2020

this is not a good way to handle this warning, you should add a non-effective line to the function that uses this variable like (void)var;

...'count' [-Wunused-parameter]
@ladyada
Copy link
Member

ladyada commented May 21, 2020

thats much better :)

@ladyada ladyada merged commit 8de033b into adafruit:master May 21, 2020
@ladyada
Copy link
Member

ladyada commented May 21, 2020

nice work!~

@Rotzbua Rotzbua deleted the patch-1 branch May 21, 2020 16:24
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.

2 participants