2cd2137025
Ported from OZW 1.6 to OZW 1.4 HASS fork.
lldb complained:
Driver.cpp:2701:43: error:
result of comparison of constant -1 with expression of type
'uint8' (aka 'unsigned char') is always false
[-Werror,-Wtautological-constant-out-of-range-compare]
Add some info to debug logging
Add -std=c++11 to fix build error on macOS Catalina, lldb complained:
open-zwave/cpp/src/command_classes/ManufacturerProprietary.h:52:48: error:
'override' keyword is a C++11 extension
Amends:
commit
|
||
---|---|---|
.. | ||
build | ||
examples | ||
hidapi | ||
src | ||
tinyxml |