Skip to content

Fix warning on file stream.cpp #42

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

Closed
wants to merge 2 commits into from
Closed

Fix warning on file stream.cpp #42

wants to merge 2 commits into from

Conversation

PaoloP74
Copy link
Contributor

This fix eliminate a warning due to wrong data type used.

Stream.cpp:167:10: warning: comparison is always false due to limited range of data type [-Wtype-limits] if(c < 0)

> Stream.cpp:167:10: warning: comparison is always false due to limited range of data type [-Wtype-limits] if(c < 0)
@PaoloP74
Copy link
Contributor Author

PaoloP74 commented Dec 4, 2015

Fix with commit eb397e2

@PaoloP74 PaoloP74 closed this Dec 4, 2015
@PaoloP74 PaoloP74 deleted the stream_warning branch December 4, 2015 09:55
@cmaglie cmaglie added this to the Release 1.6.3 milestone Mar 10, 2016
dhalbert pushed a commit to dhalbert/ArduinoCore-samd that referenced this pull request Aug 7, 2018
update pwms, timer definitions
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