IOT-2539 Cleanup unused-parameter warning
authorGeorge Nash <george.nash@intel.com>
Mon, 7 Aug 2017 21:40:26 +0000 (14:40 -0700)
committerRick Bell <richard.s.bell@intel.com>
Thu, 21 Sep 2017 16:48:50 +0000 (16:48 +0000)
commit2f22892681640a7c536d0c8bb2a9296c97e09c46
tree83846d40a40f3facd842bea8cbccb62af687b05e
parenteb663656d3f9975d13c7eb632213dd5d046c03ba
IOT-2539 Cleanup unused-parameter warning

This is a set of code that will sometimes have a warning
depending on what is defined. To prevent the
unused-parameter warning the parameters are cast to void.
A empty operation that will be compiled out but prevents
the warning.

Bug: https://jira.iotivity.org/browse/IOT-2539
Change-Id: I08c73fb565b62d3a760956976a012331863a6c73
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/21769
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
(cherry picked from commit 598e8c5b7e7ad9cfc6fab77f5843e5e390509728)
resource/csdk/connectivity/lib/libcoap-4.1.1/debug.c