[Tests/Sink] Fix compiler warnings with -Werror=sign-compare
authorWook Song <wook16.song@samsung.com>
Fri, 10 Jul 2020 06:29:08 +0000 (15:29 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Fri, 10 Jul 2020 07:09:02 +0000 (16:09 +0900)
commitc9e036eb91f4b10c18f5d6dde725dcb9277ca9a3
tree3be4cd6e6590e12d8bcdcb8fee1372d7377b8110
parent6223a7c69d8c734d791600dbae43d1422cc47ca0
[Tests/Sink] Fix compiler warnings with -Werror=sign-compare

This patch fixes compiler warnings with -Werror=sign-compare related to
the TestData and TestOption structures in unittest_sink.

Signed-off-by: Wook Song <wook16.song@samsung.com>
tests/nnstreamer_sink/unittest_sink.cc