Re: [PATCH] libgcc: Add forward declarations for generic library routines
"Arnd Bergmann" <[email protected]>
| Newsgroups | gmane.linux.ports.mips,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 21, 2023, at 16:54, Geert Uytterhoeven wrote: > With W=1 on platforms that use the generic gcc library routines > (csky/loongarch/mips/riscv/sh/xtensa): > > Reported-by: kernel test robot <[email protected]> > Link: https://lore.kernel.org/oe-kbuild-all/[email protected]/ > Signed-off-by: Geert Uytterhoeven <[email protected]> Nice, this is one I don't have in my series, Acked-by: Arnd Bergmann <[email protected]> I have patches for a lot of other missing prototype warnings, plan to send them out after -rc1. Arnd