diff options
author | Dinh Cong Toan(RBVH/ECM12) <Toan.DinhCong@vn.bosch.com> | 2020-10-15 17:09:55 +0700 |
---|---|---|
committer | Saya Sugiura <39760799+ssugiura@users.noreply.github.com> | 2021-01-06 09:27:28 +0900 |
commit | 72c2ea521e1002996f423b56293adf21f6f00ea6 (patch) | |
tree | 2178b50495c93bf92cfe725062ae0288151e1bf7 /systemd | |
parent | 1b3080cea4bb947917f7512ec530f79ce2481b08 (diff) | |
download | DLT-daemon-72c2ea521e1002996f423b56293adf21f6f00ea6.tar.gz |
logstorage: fix conversion warnings
- Some functions like 'strncmp()', 'strncat()', 'strcpy()'
and 'memcpy()' take an argument in type 'size_t',
so explicit data type to 'size_t' in this case is needed to avoid
conversion warnings.
- Function 'strlen' return data type 'size_t', which still need to cast
data type
Signed-off-by: Dinh Cong Toan(RBVH/ECM12) <Toan.DinhCong@vn.bosch.com>
Diffstat (limited to 'systemd')
0 files changed, 0 insertions, 0 deletions