zephyr/subsys/net/lib/mqtt
Jun Qing Zou aae379f245 net: mqtt: Debug logging of pointers
Cast pointer to `void *` for `%p` parameter.
Otherwise lots of warnings in the log like below:

 `<wrn> cbprintf_package: (unsigned) char * used for %p argument.
 It's recommended to cast it to void * because it may cause
 misbehavior in certain configurations. String:"%s: (%p): >>
 length:0x%08x cur:%p, end:%p" argument:3`

Signed-off-by: Jun Qing Zou <jun.qing.zou@nordicsemi.no>
2023-03-15 15:02:47 +01:00
..
CMakeLists.txt
Kconfig
mqtt.c
mqtt_decoder.c
mqtt_encoder.c
mqtt_internal.h
mqtt_os.h
mqtt_rx.c
mqtt_transport.c
mqtt_transport.h
mqtt_transport_socket_tcp.c
mqtt_transport_socket_tls.c
mqtt_transport_websocket.c