Skip to content

Commit de53f3f

Browse files
committed
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 <[email protected]>
1 parent 28e113f commit de53f3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/parisc/math-emu/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# See arch/parisc/math-emu/README
77
ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \
88
-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
1011

1112
obj-y := frnd.o driver.o decode_exc.o fpudispatch.o denormal.o \
1213
dfmpy.o sfmpy.o sfsqrt.o dfsqrt.o dfadd.o fmpyfadd.o \

0 commit comments

Comments
 (0)