samples: net: zperf: Fix llvm compiler warnings
Jira: ZEP-1884 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
70b2a57d7a
commit
7d13261bd9
2 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@ struct net_stack_info {
|
|||
#if defined(CONFIG_INIT_STACKS)
|
||||
#include <misc/stack.h>
|
||||
|
||||
static inline void net_analyze_stack_get_values(unsigned char *stack,
|
||||
static inline void net_analyze_stack_get_values(const char *stack,
|
||||
size_t size,
|
||||
unsigned *pcnt,
|
||||
unsigned *unused)
|
||||
|
@ -146,7 +146,7 @@ static inline void net_analyze_stack_get_values(unsigned char *stack,
|
|||
}
|
||||
|
||||
static inline void net_analyze_stack(const char *name,
|
||||
unsigned char *stack,
|
||||
const char *stack,
|
||||
size_t size)
|
||||
{
|
||||
unsigned int pcnt, unused;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue