Re: [PATCH] powerpc/math-emu: Inhibit W=1 warnings

2022-09-09 Thread Michael Ellerman
On Wed, 7 Sep 2022 08:12:54 +0200, Christophe Leroy wrote: > When building with W=1 you get: > > arch/powerpc/math-emu/fre.c:6:5: error: no previous prototype for 'fre' > [-Werror=missing-prototypes] > arch/powerpc/math-emu/fsqrt.c:11:1: error: no previous prototype for > 'fsqrt' [-W

[PATCH] powerpc/math-emu: Inhibit W=1 warnings

2022-09-06 Thread Christophe Leroy
When building with W=1 you get: arch/powerpc/math-emu/fre.c:6:5: error: no previous prototype for 'fre' [-Werror=missing-prototypes] arch/powerpc/math-emu/fsqrt.c:11:1: error: no previous prototype for 'fsqrt' [-Werror=missing-prototypes] arch/powerpc/math-emu/fsqrts.c:12