[PATCH 1/1] lib: vsprintf: fix API build

Tom Rini trini at konsulko.com
Wed Nov 13 18:40:38 CET 2024


On Sun, 03 Nov 2024 04:50:15 +0100, Heinrich Schuchardt wrote:

> Avoid a build failure when building with CONFIG_API=y, CONFIG_EXAMPLES=y:
> 
>     lib/vsprintf.c:312:14: warning:
>     ‘device_path_string’ defined but not used [-Wunused-function]
>      312 | static char *device_path_string(char *buf, char *end, void *dp, int field_width,
>          |              ^~~~~~~~~~~~~~~~~~
> 
> [...]

Applied to u-boot/master, thanks!

-- 
Tom




More information about the U-Boot mailing list