summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDarian Biastoch <dbiastoch@de.adit-jv.com>2021-08-03 16:40:45 +0200
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2021-10-05 11:07:37 +0900
commit2252cf1a6dc69b55dce925c30d8bda046560510b (patch)
tree2c83112559b23c206fd7e939f3a64852b541d44c /tests
parent66f2631da87de8e1c40f63dfa1474b1d75686d9b (diff)
downloadDLT-daemon-2252cf1a6dc69b55dce925c30d8bda046560510b.tar.gz
remove clang-tidy analyzer warnings: incompatible pointer type
Removed duplicate "payload" pointer in dlt_client_send functions inside dlt_client.c. This pointer was only needed to avoid one cast within a function call. Now this cast is performed to get rid of clang-tidy analyzer warnings. In addition to that, malloc calls were replaced through calloc to avoid a subsequent memset with zero. Signed-off-by: Darian Biastoch <dbiastoch@de.adit-jv.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions