Skip to content
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

Fixed warning when compiling #105

Merged
merged 1 commit into from
Nov 2, 2017
Merged

Fixed warning when compiling #105

merged 1 commit into from
Nov 2, 2017

Commits on Nov 2, 2017

  1. Fixed warning when compiling

    "aws-iot-device-sdk-embedded-C/src/aws_iot_mqtt_client_publish.c", line 353: warning aws#112-D: statement is unreachable
    Using TI 16.9.3LTS compiler, the above message is generated.  The "return rc;" line is redundant as the FUNC_EXIT_RC macro on the line before returns as well.
    matt31084 authored Nov 2, 2017
    Configuration menu
    Copy the full SHA
    f364d8f View commit details
    Browse the repository at this point in the history