mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
This warning has been here since the dawn of time... Kill it
This commit is contained in:
parent
cbc5ee1356
commit
700d941b4a
2 changed files with 5 additions and 5 deletions
|
@ -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
4
dist/openzwave.spec
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue