Re: [PATCH] serial-uclass: fix build warning

2022-02-08 Thread Simon Glass
On Wed, 2 Feb 2022 at 05:55, Heiko Schocher wrote: > > if CONFIG_DM_STDIO is defined but SERIAL_PRESENT not, > gcc drops warnings for serial_stub_* functions > that they are defined but not used. > > Fix it. > > Signed-off-by: Heiko Schocher > --- > azure build is clean > https://dev.azure.com/hs

Re: [PATCH] serial-uclass: fix build warning

2022-02-04 Thread Simon Glass
On Wed, 2 Feb 2022 at 05:55, Heiko Schocher wrote: > > if CONFIG_DM_STDIO is defined but SERIAL_PRESENT not, > gcc drops warnings for serial_stub_* functions > that they are defined but not used. > > Fix it. > > Signed-off-by: Heiko Schocher > --- > azure build is clean > https://dev.azure.com/hs