This warning has been here since the dawn of time... Kill it

This commit is contained in:
Justin Hammond 2019-06-19 18:40:38 +08:00
parent cbc5ee1356
commit 700d941b4a
2 changed files with 5 additions and 5 deletions

View file

@ -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;
}

4
dist/openzwave.spec vendored
View file

@ -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 <justin@dynam.ac> - 1.6.772
* Wed May 08 2019 Justin Hammond <justin@dynam.ac> - 1.6.776
- Update to new release of OpenZwave - 1.6
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-0.20180624git1e36dcc.0