Skip to content

Build error in CommandClass.h #399

Description

@bodonovan

When I run make I get the following error:

/Users/brianodonovan/iot/open-zwave/cpp/src/command_classes/Supervision.h:82:12: error: 'CreateSupervisionSession' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
uint8 CreateSupervisionSession(uint8 _command_class_id, uint8 _index);
^
/Users/brianodonovan/iot/open-zwave/cpp/src/command_classes/CommandClass.h:152:20: note: overridden virtual function is here
virtual uint8 CreateSupervisionSession(uint8 _command_class_id, uint8 _index) {
^
In file included from /Users/brianodonovan/iot/open-zwave/cpp/src/command_classes/CommandClasses.cpp:73:
/Users/brianodonovan/iot/open-zwave/cpp/src/command_classes/Supervision.h:87:13: error: 'GetSupervisionIndex' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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