OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Build error in CommandClass.h #399

Open bodonovan opened 8 months ago

bodonovan commented 8 months ago

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 commented 8 months ago

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