diff options
author | iod1hc <toan.dinhcong@vn.bosch.com> | 2020-11-04 17:49:06 +0700 |
---|---|---|
committer | Saya Sugiura <ssugiura@jp.adit-jv.com> | 2021-01-06 09:19:55 +0900 |
commit | 7a8cb49abbb3600b7395a655569b46563a23d750 (patch) | |
tree | c91f9494790c6dc97ee34bfe1735aa60d158b9df /src/daemon/dlt_daemon_socket.c | |
parent | 7b35687548bd53bed9ffa31ef5abc5def00f8f19 (diff) | |
download | DLT-daemon-7a8cb49abbb3600b7395a655569b46563a23d750.tar.gz |
shared: fix conversion warnings
- Data type of 'textlength' create a lot of warnings while using in
function 'snprintf()', so change data type to 'size_t' will resolve
these warnings.
- Change data type of variable 'size' to the right type 'unsigned int',
which is located in struct DltBuffer in dlt_common.h (line 832).
Signed-off-by: Dinh Cong Toan <toan.dinhcong@vn.bosch.com>
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/daemon/dlt_daemon_socket.c')
0 files changed, 0 insertions, 0 deletions