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

2024-11-13 Thread Tom Rini
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

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

2024-11-11 Thread Ilias Apalodimas
On Sun, 3 Nov 2024 at 05:50, 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,