Clean up unused-parameter warnings
authorGeorge Nash <george.nash@intel.com>
Tue, 28 Jun 2016 00:51:18 +0000 (17:51 -0700)
committerJon A. Cruz <jon@joncruz.org>
Thu, 14 Jul 2016 20:54:37 +0000 (20:54 +0000)
commit10d1ae6b2a3af710d3bf73244c9bc9df5efaf1d6
treecd38f37e9803faef26b584c12a7a6275ef096399
parentd528b9e0b9a417e9fcea2f395baf8a89376fd978
Clean up unused-parameter warnings

Commented out the unused parameters to prevent the -Wunused-parameter
in warning in callback functions.

For parameters that are only used in DEBUG mode the OC_UNUSED micro
is used to prevent the unused-parameter waring for the release build.

Change-Id: I72f497b15c95ddd9879bc9b92f97a66259c7e074
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8979
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jon@joncruz.org>
service/easy-setup/mediator/richsdk/src/RemoteEnrolleeResource.cpp
service/resource-container/examples/HueSampleBundle/src/HueLight.cpp