Skip to content

Commit

Permalink
This warning has been here since the dawn of time... Kill it
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Jun 19, 2019
1 parent cbc5ee1 commit 700d941
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cpp/examples/MinOZW/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/openzwave.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 700d941

Please sign in to comment.