Explicit type to prevent overflow (#7106) accepted/tizen/unified/20190903.052428 submit/tizen/20190903.005839 submit/tizen/20190903.012730 submit/tizen/20190903.021009
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 3 Sep 2019 00:41:42 +0000 (09:41 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Tue, 3 Sep 2019 00:58:11 +0000 (09:58 +0900)
commitf3ee35eb8d04aefa52cef46dc52a8a09cf8f1f4d
tree93603b1c6ee26501482e61cb828478295b4bbb1e
parent3c4729db1a5a927b584cedddd9843cc7f5dfadb5
Explicit type to prevent overflow (#7106)

To remove integer overflow warning by svace, use explicit type int64_t, not auto

Change-Id: Ibfd98a8e1e44ba666b65451b5210c0c920388e08
Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
runtimes/neurun/core/src/exec/DataflowExecutor.cc