Fix build break on -release builds
authorMike Fenelon <mike.fenelon@microsoft.com>
Tue, 7 Mar 2017 23:56:12 +0000 (15:56 -0800)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Thu, 9 Mar 2017 01:06:10 +0000 (01:06 +0000)
commit291f4abc0ef0e2325eb275de60fb946c8d93902f
tree9ae4baf3dcd767bb5925af841a33a247426527ed
parent292938759f76e279b095f61c405ea2d2b2acf0f7
Fix build break on -release builds

The OC_UNUSED macro is defined in octypes.h which is not included
by the source file. Switching to (void) to minimize the amount of
changes required to fix.

Change-Id: I76c13d448eb568b7f55dcd3974b8ee8891b01098
Signed-off-by: Mike Fenelon <mike.fenelon@microsoft.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17757
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Alex Kelley <alexke@microsoft.com>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
resource/c_common/octhread/src/windows/octhread.c