Hi, sorry for the delay. Some weeks ago I got a compile problem with -Wall and unsued arguments in cpio_df. This patch fixes that:
2007-12-10 Robert Schuster <[EMAIL PROTECTED]> * native/jni/native-lib/cpio.c: (cpio_df): Mark arguments as possibly unused.
Index: native/jni/native-lib/cpio.c
===================================================================
RCS file: /sources/classpath/classpath/native/jni/native-lib/cpio.c,v
retrieving revision 1.9
diff -u -r1.9 cpio.c
--- native/jni/native-lib/cpio.c 6 Nov 2007 13:38:39 -0000 1.9
+++ native/jni/native-lib/cpio.c 10 Dec 2007 16:07:49 -0000
@@ -400,7 +400,8 @@
}
JNIEXPORT long long
-cpio_df (const char *path, CPFILE_DF_TYPE type)
+cpio_df (__attribute__((unused)) const char *path,
+ __attribute__((unused)) CPFILE_DF_TYPE type)
{
long long result = 0L;
signature.asc
Description: OpenPGP digital signature
