-
Notifications
You must be signed in to change notification settings - Fork 133
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
Elimininate 'unused parameter' warnings #46
Comments
it's probably better to add |
I would suspect__attribute__ won't be as portable given it isn't part of the actual standard and is primarily a gcc thing. |
fair enough |
I think that given Arduino and its 3rd party platforms have used gcc from the beginning for well over 10 years now, that there are probably many little gcc things scattered around so it likely is not an issue worth worrying over. |
Thanks! |
Paul,
you can remove the unused parameter warnings in AltSoftSerial.h by doing this:
line 63:
line 68
The text was updated successfully, but these errors were encountered: