projects
/
platform
/
core
/
system
/
sensord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15130dc
)
Removing typecasting warning
70/46170/2
author
Adarsh Shree Ram
<adarsh.ram@samsung.com>
Mon, 17 Aug 2015 12:04:57 +0000
(17:34 +0530)
committer
Mu-Woong Lee
<muwoong.lee@samsung.com>
Mon, 7 Sep 2015 05:06:46 +0000
(22:06 -0700)
Change-Id: I5e8978411b1319a551cc6807177012ee8a4aeefe
src/server/command_worker.cpp
patch
|
blob
|
history
diff --git
a/src/server/command_worker.cpp
b/src/server/command_worker.cpp
index 7a8c59e96181ba8b5dd0f1309f99e6fe11e37e1f..09e633f66358fa82cf908c1fd6802e3879dc24d6 100755
(executable)
--- a/
src/server/command_worker.cpp
+++ b/
src/server/command_worker.cpp
@@
-716,7
+716,7
@@
out:
bool command_worker::cmd_get_data(void *payload)
{
- const int GET_DATA_MIN_INTERVAL = 10;
+ const
unsigned
int GET_DATA_MIN_INTERVAL = 10;
cmd_get_data_t *cmd;
int state = OP_ERROR;
bool adjusted = false;