Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Fix two build warnings #11

Merged
merged 1 commit into from
Aug 10, 2020
Merged

Fix two build warnings #11

merged 1 commit into from
Aug 10, 2020

Conversation

henrygab
Copy link
Contributor

@henrygab henrygab commented Aug 8, 2020

First is the "always evaluates to true" warning, because the octet is stored in uint8_t.
Next is a signed/unsigned comparison, because codepoint should have been declared as the same type as the result.

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for clearing these warnings, great PR as always.

@hathach hathach merged commit 2f48508 into adafruit:master Aug 10, 2020
@henrygab henrygab deleted the build_warnings branch August 10, 2020 06:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants