Removed Compiler Warning - comparison between signed and unsigned integers 02/33802/1
authorAnkur <ankur29.garg@samsung.com>
Thu, 15 Jan 2015 08:02:40 +0000 (13:32 +0530)
committerAnkur <ankur29.garg@samsung.com>
Thu, 15 Jan 2015 08:02:44 +0000 (13:32 +0530)
commitcc9df4b37303f0df1fbcf5b830b652ec59ef6833
treed53dc74dc3e20395fa8b16d441043ed490772348
parentc5972e57931041c4d8d5b6ce92fa0613e1aa3aa9
Removed Compiler Warning - comparison between signed and unsigned integers

In client.cpp comparison between signed and unsigned integers.
Signed integer was a indev variable for a for loop and was always positive
So, changed it from int to unsigned int.

Change-Id: Ib7e3d569b9d2320f0a8f5a3eee50fdd0db6d5425
src/libsensord/client.cpp