Skip to content

Compiler error STATUS_CURL_PERFORM_FAILED redefined (among others) #334

Closed
@mitchellhansen-wyze

Description

@mitchellhansen-wyze

After updating to 1.4.0, I'm getting compiler errors due to a macro being redefined

#define STATUS_CURL_PERFORM_FAILED STATUS_COMMON_BASE + 0x00000001

#define STATUS_CURL_PERFORM_FAILED                      STATUS_COMMON_BASE + 0x00000001
#define STATUS_IOT_INVALID_RESPONSE_LENGTH              STATUS_COMMON_BASE + 0x00000002
#define STATUS_IOT_NULL_AWS_CREDS                       STATUS_COMMON_BASE + 0x00000003
#define STATUS_IOT_INVALID_URI_LEN                      STATUS_COMMON_BASE + 0x00000004

These 4 are already defined on lines 53-56.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions