Skip to content

Conversation

mpoettgen
Copy link

  • rename 'value' to 'remainingLength' to provide better semantics.
  • introduce 'fixedHeaderLength' for better semantics.
  • refactor if expression to avoid compiler warning

fixes #182

* rename 'value' to 'remainingLength' to provide better semantics.
* introduce 'fixedHeaderLength' for better semantics.
* refactor if expression to avoid compiler warning
Copy link
Contributor

@flavio-fernandes flavio-fernandes left a comment

Choose a reason for hiding this comment

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

LGMT, short of a few nits.

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.

Adafruit_MQTT.cpp:264:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
3 participants