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