csdk: fixed compiler warnings in stacktests.cpp
authorGeorge Nash <george.nash@intel.com>
Tue, 7 Mar 2017 00:08:49 +0000 (16:08 -0800)
committerRick Bell <richard.s.bell@intel.com>
Thu, 9 Mar 2017 18:55:33 +0000 (18:55 +0000)
commit25187069dcc6a93350b44f7e44acd38bb46af6a5
treee4771e4ed4c8b219896c524ae27beaaf3c4557fd
parent0391dc13a6f9d7bc5240ebc8f833710706752f56
csdk: fixed compiler warnings in stacktests.cpp

-Wsign-compare fixed using the `u` suffix on hardcoded
values so the compiler knows they are unsigned values.

Change-Id: Ic5261e816e477e90f089ddc468606b710115bded
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17715
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
Reviewed-by: Way Vadhanasin <wayvad@microsoft.com>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
resource/csdk/stack/test/stacktests.cpp