You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: