From: Sangchul Lee Date: Tue, 28 Dec 2021 02:32:30 +0000 (+0900) Subject: [ITC][webrtc][non-ACR] Fix to use proper type X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c53b7b6289aa532253b6f7123b200276fe905aa;p=test%2Ftct%2Fnative%2Fapi.git [ITC][webrtc][non-ACR] Fix to use proper type Change-Id: I5035024918643bea0acfba90682b3d519bc96de7 Signed-off-by: Sangchul Lee --- diff --git a/src/itc/webrtc/ITs-webrtc-common.h b/src/itc/webrtc/ITs-webrtc-common.h index 734470494..c3fa0f92c 100755 --- a/src/itc/webrtc/ITs-webrtc-common.h +++ b/src/itc/webrtc/ITs-webrtc-common.h @@ -44,7 +44,7 @@ #define RUN_POLLING_LOOP {\ if(g_bCallbackCalled == false)\ {\ - int nTimeoutId;\ + guint nTimeoutId;\ g_pMainLoop = g_main_loop_new(NULL, false);\ nTimeoutId = g_timeout_add(TIMEOUT_CB, Timeout, g_pMainLoop);\ dlog_print(DLOG_DEBUG, "NativeTCT", "[%s(%d)] call g_main_loop_run(), g_pMainLoop[%p]", __FUNCTION__, __LINE__, g_pMainLoop);\