Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: math-emu: Avoid compiler warnings with W=1

The math-emu code is a snapshot from the HP-UX kernel. They've
been modified as little as possible.
See arch/parisc/math-emu/README.

Signed-off-by: Helge Deller <deller@gmx.de>

+2 -1
+2 -1
arch/parisc/math-emu/Makefile
··· 6 6 # See arch/parisc/math-emu/README 7 7 ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \ 8 8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \ 9 - -Wno-implicit-int 9 + -Wno-implicit-int -Wno-missing-prototypes -Wno-missing-declarations \ 10 + -Wno-old-style-definition -Wno-unused-but-set-variable 10 11 11 12 obj-y := frnd.o driver.o decode_exc.o fpudispatch.o denormal.o \ 12 13 dfmpy.o sfmpy.o sfsqrt.o dfsqrt.o dfadd.o fmpyfadd.o \