ca1e6f55775029172b1fc83b1fb6986cf989ca2d

Fix -Wformat compiler warnings: 1. format '%lx' expects argument of type 'long unsigned int', but argument has type 'uint64_t {aka long long unsigned int}'. 2. format '%lu' expects argument of type 'long unsigned int', but argument has type 'unsigned int'. Change-Id: Ie9e4c6b244802df7da8be89db7f497e51fb43c9c
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%