Removed warnings related to unintialized variables 93/32493/1
authorAnkur <ankur29.garg@samsung.com>
Thu, 18 Dec 2014 13:58:45 +0000 (19:28 +0530)
committerAnkur <ankur29.garg@samsung.com>
Thu, 18 Dec 2014 13:58:51 +0000 (19:28 +0530)
commit00f95bdf1671616c0d60e2d2b1c56ee38a3bae59
tree606d2b13a30e175ebe20327dbc4f0b6c148588e1
parent30e4720a900b2d4896eb8f5ed9681ad4c6527b3c
Removed warnings related to unintialized variables

-Warnings related to variables being used without initialization. Intialized the variables.
Actually, the variables were not beng used without initialization but the cases where the variables are being used are mutually exclusive.
So, varaibles have to be intialized to some intial value to remove the warning.

Change-Id: I4041e9d3256c40acb8cdbebbc810275123601603
src/shared/csensor_event_dispatcher.cpp