Fix SVACE issue 87/283787/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 2 Nov 2022 05:40:00 +0000 (14:40 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 3 Nov 2022 02:52:12 +0000 (11:52 +0900)
commita41ea477c3185f6b525ccec7455edaabe534bafc
tree09a6e8db13f2b9086dd476f1c564b0f78f3d92ef
parent03c11b1ee8b7061bccb85ce809017647f173d87f
Fix SVACE issue

- The issue is 'Casting a signed value which has type int to a bigger
unsigned integer type std::size_t while initializing a variable.'

- Changed the parameter type from `int` to `uint32_t` for `size_t` casting

Change-Id: I60aea0daa4d1f689a900acc6daa42eb3abcbeadb
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-csharp-binder/src/nui-view-accessible.cpp