-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 compilation warnings about unused parameter "tag" in file new.cpp
#542
Fix compilation warnings about unused parameter "tag" in file new.cpp
#542
Conversation
Fix compilation warning on file `new.cpp` about unused argument `tag` in four of the functions by casting the argument to void.
Memory usage change @ 70f406e
Click for full report table
Click for full report CSV
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Ivan-Stefanov-513. Thanks for taking the time to submit this pull request.
I see we have a previous proposal for this change at #474. There are also some alternative proposals:
It is best to have only a single PR for each change so I'll go ahead and close this in favor of the other.
Fix compilation warning on file
cores/arduino/new.cpp
about unused argumenttag
in four of the functions by casting the argument to void.