Removed compiler warning - pointer of type 'void *' used in arithmetic 24/32824/1
authorAnkur <ankur29.garg@samsung.com>
Wed, 24 Dec 2014 12:04:20 +0000 (17:34 +0530)
committerAnkur <ankur29.garg@samsung.com>
Wed, 24 Dec 2014 12:04:35 +0000 (17:34 +0530)
commit0e2b8fc58245907dda8983fa0aea19fd4be37aa0
tree02ba212cef3dfcc9ba5dc12dbb4eb1b5ba1fe01c
parent0228a685dce1274b3ddda4cbdd6c684c774eeb67
Removed compiler warning - pointer of type 'void *' used in arithmetic

-The void * pointer was being directly used in the calculation without type cast.
-Tested after change. Seems to work fine.

Change-Id: I483f946d870b3b5b1415139dbd0f442796b18059
src/shared/csocket.cpp