[Typecast] Use explicit type casting with g_ascii_strto(u)ll() function
authorInjae Kang <abcinje@gmail.com>
Mon, 14 Oct 2019 13:24:43 +0000 (22:24 +0900)
committerwooksong <wook16.song@samsung.com>
Tue, 15 Oct 2019 06:02:42 +0000 (15:02 +0900)
commitd4dd2488d5fef7a822b95e53b05819a05d03532b
treebeb353094d6e461852c6acb5ad03f5428e9202ec
parent88773bdd1fa5e931e960f3af6de41656836f55b8
[Typecast] Use explicit type casting with g_ascii_strto(u)ll() function

This patch use explicit type casting between variables and return values of
g_ascii_strtoll() or g_ascii_strtoull() functions.

This resolves issue #1762, which is about potential warnings
from compilers with strict option.

Signed-off-by: Injae Kang <abcinje@gmail.com>
gst/nnstreamer/tensor_common.c
gst/nnstreamer/tensor_source/tensor_src_iio.c
gst/nnstreamer/tensor_transform/tensor_transform.c
tests/nnstreamer_source/unittest_src_iio.cpp