[ITC][webrtc][non-ACR] Fix to use proper type 05/268605/1
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 28 Dec 2021 02:32:30 +0000 (11:32 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 28 Dec 2021 02:32:30 +0000 (11:32 +0900)
Change-Id: I5035024918643bea0acfba90682b3d519bc96de7
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/itc/webrtc/ITs-webrtc-common.h

index cc783b37b58802051601bb620dbe61e25a2a0711..d3ff82c9135b48e26c720a8a934c316a0fda8570 100755 (executable)
@@ -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);\