Test/CAPI: Type mismatch warning
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 22 Jul 2020 07:37:15 +0000 (16:37 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 22 Jul 2020 23:46:10 +0000 (08:46 +0900)
commit390b57ea971aeca24f8aaeddd5fc74ebc6e44901
tree9872f3be332996a0e8f80ba1e4e47a82997dd04d
parentaefb3c033b7797aabc99967664db32e1b2dc93b8
Test/CAPI: Type mismatch warning

ret_sync_mode is unsigned.
If it is compiled with more strict compilers,
it emits errors. Fix it by adding U.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tests/tizen_capi/unittest_tizen_capi.cc