diff options
author | Dinh Cong Toan(RBVH/ECM12) <Toan.DinhCong@vn.bosch.com> | 2020-10-27 15:35:51 +0700 |
---|---|---|
committer | Saya Sugiura <39760799+ssugiura@users.noreply.github.com> | 2021-01-06 09:27:28 +0900 |
commit | 906578850094f8f5e9ce488c71ad831b2f35330c (patch) | |
tree | 90403e585db0470fe67ac9d2c677f772d3c12468 /tests/gtest_dlt_common.cpp | |
parent | 7e7ae6dbb5579c2e163d87ff7bcc774de459b96b (diff) | |
download | DLT-daemon-906578850094f8f5e9ce488c71ad831b2f35330c.tar.gz |
library: fix conversion warnings
- Change the data type of variable 'size' in DltContextData struct
(dlt_user.h.in). Variable 'size' was used repeated with function
'sizeof()' many time, so change type to 'size_t' can avoid a lot of
warnings.
- Adding temporary variable to calculate the datasize header (define in
dlt_common.h) in 'dlt_common.c' file.
Signed-off-by: Dinh Cong Toan(RBVH/ECM12) <Toan.DinhCong@vn.bosch.com>
Diffstat (limited to 'tests/gtest_dlt_common.cpp')
0 files changed, 0 insertions, 0 deletions