diff --git a/cpp/examples/MinOZW/Main.cpp b/cpp/examples/MinOZW/Main.cpp index 83c25b2d..15613e1a 100644 --- a/cpp/examples/MinOZW/Main.cpp +++ b/cpp/examples/MinOZW/Main.cpp @@ -136,7 +136,7 @@ void OnNotification // One of the node values has changed if( NodeInfo* nodeInfo = GetNodeInfo( _notification ) ) { - nodeInfo = nodeInfo; // placeholder for real action + (void)nodeInfo; // placeholder for real action } break; } @@ -146,7 +146,7 @@ void OnNotification // One of the node's association groups has changed if( NodeInfo* nodeInfo = GetNodeInfo( _notification ) ) { - nodeInfo = nodeInfo; // placeholder for real action + (void)nodeInfo; // placeholder for real action } break; } @@ -186,7 +186,7 @@ void OnNotification // basic_set or hail message. if( NodeInfo* nodeInfo = GetNodeInfo( _notification ) ) { - nodeInfo = nodeInfo; // placeholder for real action + (void)nodeInfo; // placeholder for real action } break; } diff --git a/dist/openzwave.spec b/dist/openzwave.spec index 1ff8f308..772bc65f 100644 --- a/dist/openzwave.spec +++ b/dist/openzwave.spec @@ -3,7 +3,7 @@ %endif Name: openzwave -Version: 1.6.772 +Version: 1.6.776 Release: 1.0%{?dist} Summary: Sample Executables for OpenZWave URL: http://www.openzwave.net @@ -135,7 +135,7 @@ getent group zwave >/dev/null || groupadd -f -r zwave %changelog -* Wed May 08 2019 Justin Hammond - 1.6.772 +* Wed May 08 2019 Justin Hammond - 1.6.776 - Update to new release of OpenZwave - 1.6 * Fri Feb 01 2019 Fedora Release Engineering - 1.5.0-0.20180624git1e36dcc.0