examples: fix -Wformat warnings
format ‘%p’ expects argument of type ‘void *’, but argument 4 has type
‘uint64_t *’ {aka ‘long unsigned int *’} [-Werror=format=]
parent
29986721
Please register or sign in to comment
format ‘%p’ expects argument of type ‘void *’, but argument 4 has type
‘uint64_t *’ {aka ‘long unsigned int *’} [-Werror=format=]