Use proper format for size_t type eliminating warnings of type:
...
error: format '%u' expects argument of type 'unsigned int', but
argument 2 has type 'size_t' {aka 'long unsigned int'}
[-Werror=format=]
...
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.max3421e | ||
| Kconfig.virtual | ||
| uhc_common.c | ||
| uhc_common.h | ||
| uhc_max3421e.c | ||
| uhc_max3421e.h | ||
| uhc_virtual.c | ||