Removing typecasting warning 70/46170/2
authorAdarsh Shree Ram <adarsh.ram@samsung.com>
Mon, 17 Aug 2015 12:04:57 +0000 (17:34 +0530)
committerMu-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

index 7a8c59e..09e633f 100755 (executable)
@@ -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;