Skip to content
Commit 6fe7f6c5 authored by Yangbo Lu's avatar Yangbo Lu Committed by Anas Nashif
Browse files

net: lib: http_server: fix snprintk issue of size_t



The size_t type may vary from machines. Current snprintk code was
causing below build issue on arm64.

error: format '%x' expects argument of type 'unsigned int', but argument
4 has type 'size_t' {aka 'long unsigned int'} [-Werror=format=].

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
parent 99e6280d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment