ChangeSet 1.914.157.10, 2003/02/16 18:06:13-06:00, kai@tp1.ruhr-uni-bochum.de

klibc: Silence too ambitious warnings

gcc complained about unused function parameters and things, that's just
a little too much.


diff -Nru a/Makefile b/Makefile
--- a/Makefile	Wed Feb 19 11:41:42 2003
+++ b/Makefile	Wed Feb 19 11:41:42 2003
@@ -187,7 +187,7 @@
 export AFLAGS AFLAGS_KERNEL AFLAGS_MODULE
 
 KLIBSRC         = usr/lib
-USERWARNFLAGS	= -W -Wall -Wpointer-arith -Wwrite-strings 		\
+USERWARNFLAGS	= -Wall -Wpointer-arith -Wwrite-strings 		\
 		  -Wstrict-prototypes -Winline
 
 USERCROSS	= $(CROSS_COMPILE)
