diff --git a/classpath/java-io.cpp b/classpath/java-io.cpp index 6fa22bf359..9bcfa88afd 100644 --- a/classpath/java-io.cpp +++ b/classpath/java-io.cpp @@ -314,7 +314,7 @@ Java_java_io_File_toCanonicalPath(JNIEnv* /*e*/, jclass, jstring path) } extern "C" JNIEXPORT jstring JNICALL -Java_java_io_File_toAbsolutePath(JNIEnv* e, jclass, jstring path) +Java_java_io_File_toAbsolutePath(JNIEnv* e UNUSED, jclass, jstring path) { #ifdef PLATFORM_WINDOWS // todo