This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Suspicious cast

hi support

in Mesh Provisioner

typedef void (*flash_op_func_t) (void);
static void flash_manager_mem_available(void * p_args)
{
((flash_op_func_t) p_args)(); /*lint !e611 Suspicious cast */
}

What is Suspicious cast  Means in this Context ??????

Related