resource/unittests: Removing /W4 warnings.
authorPawel Winogrodzki <pawelwi@microsoft.com>
Tue, 13 Jun 2017 00:14:13 +0000 (17:14 -0700)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Thu, 15 Jun 2017 22:31:15 +0000 (22:31 +0000)
commit8f1e976b99a7065d1c950df0d1767aab6c630e58
treec9f30459a8d5c69ee4ecc1facbb0f9edda7930de
parent28fc3a4585b434602b65863b329b612716463c4a
resource/unittests: Removing /W4 warnings.

Removing variable shadowing warnings: there were a few
variables using the same name in one scope and thus one
overwritten the other.

Bug: https://jira.iotivity.org/browse/IOT-1583

Change-Id: I6405fd2119722b24c3a29c7f8478d1b801d0c1d4
Signed-off-by: Pawel Winogrodzki <pawelwi@microsoft.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20741
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
resource/unittests/OCPlatformTest.cpp