Fix build warnning
[platform/core/uifw/nlp.git] / service / src / service.c
index b9145b3..752f674 100755 (executable)
@@ -413,8 +413,8 @@ static int __message_send(rpc_port_stub_message_context_h context,
             }
 
             bundle_add_str(reply, "command", "lemmatize");
-            bundle_add_str_array(reply, "return_tag", lem_buf, len);
-            bundle_add_str_array(reply, "return_token", tag, len);
+            bundle_add_str_array(reply, "return_tag", (const char **)lem_buf, len);
+            bundle_add_str_array(reply, "return_token", (const char **)tag, len);
             for(int j = 0 ;j < len ;j++)
             {
                 free(tag[j]);