[Build] remove warning message
authorJaeyun <jy1210.jung@samsung.com>
Thu, 19 Sep 2019 10:47:11 +0000 (19:47 +0900)
committerGeunsik Lim <leemgs@users.noreply.github.com>
Thu, 19 Sep 2019 21:49:03 +0000 (06:49 +0900)
function declaration to avoid build warning (missing-declaration)

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
tests/tizen_capi/unittest_tizen_capi.cpp

index 7513231..68e2690 100644 (file)
@@ -1890,7 +1890,8 @@ typedef struct {
 /**
  * @brief Open and run on single shot API with provided data
  */
-void * single_shot_loop_test (void * arg)
+static void *
+single_shot_loop_test (void *arg)
 {
   guint i;
   int status = ML_ERROR_NONE;