Skip to content
Commit 096a9984 authored by Jukka Rissanen's avatar Jukka Rissanen
Browse files

tests: net: ipv6_fragment: Fix llvm compiler warning



llvm complains about char* -> u8_t* type conversion.

tests/net/ipv6_fragment/src/main.c:645:52: warning:
  passing 'char [11]' to parameter of type 'const u8_t *' (aka
  'const unsigned char *') converts between pointers to integer
  types with different sign [-Wpointer-sign]
        bool written = net_pkt_append_all(pkt, data_len, data,

Jira: ZEP-2274

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
parent f50ce0a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment