Skip to content

Remove unused variable from StringAdditionOperator example #6448

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

Merged
merged 1 commit into from
Jul 6, 2017
Merged

Remove unused variable from StringAdditionOperator example #6448

merged 1 commit into from
Jul 6, 2017

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Jul 2, 2017

  • Avoids confusing beginners who assume there must be some reason for this useless line of code.
  • Fixes warning: unused variable 'currentTime' compiler warning.

Closes #693

- Avoids confusing beginners who assume there must be some reason for this useless line of code.
- Fixes "warning: unused variable 'currentTime'" compiler warning.

Closes #693
@cmaglie cmaglie merged commit 352df2c into arduino:master Jul 6, 2017
cmaglie pushed a commit that referenced this pull request Jul 6, 2017
…ample

Fixes:
warning: comparison between signed and unsigned integer expressions
compiler warning.

Closes #693 (in conjunction with #6448)
@per1234 per1234 deleted the StringAdditionOperator-unused-variable branch July 7, 2017 02:55
s0ren pushed a commit to STU-IT/arduino17-18 that referenced this pull request Dec 6, 2017
…ample

Fixes:
warning: comparison between signed and unsigned integer expressions
compiler warning.

Closes arduino/Arduino#693 (in conjunction with arduino/Arduino#6448)
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.

4 participants