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

Build error in CommandClass.h #399

Open
bodonovan opened this issue Dec 17, 2023 · 1 comment
Open

Build error in CommandClass.h #399

bodonovan opened this issue Dec 17, 2023 · 1 comment

Comments

@bodonovan
Copy link

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]

@robertsLando
Copy link
Member

This module along with Openzwave is unmaintained, please switch to zwave-js

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

No branches or pull requests

2 participants