diff --git a/src/IKVM.Runtime/LibJVM.cs b/src/IKVM.Runtime/LibJVM.cs index ce660fdc5..5ae43090b 100644 --- a/src/IKVM.Runtime/LibJVM.cs +++ b/src/IKVM.Runtime/LibJVM.cs @@ -240,7 +240,7 @@ void JVM_ArrayCopy(JNIEnv* env, nint ignored, nint src, int src_pos, nint dst, i Array.Copy(s, src_pos, d, dst_pos, length); } - catch (ArrayTypeMismatchException e) + catch (ArrayTypeMismatchException) { JVM.SetPendingException(new java.lang.ArrayStoreException()); } diff --git a/src/libiava/libiava.clangproj b/src/libiava/libiava.clangproj index 54c700f79..d4ed686c0 100644 --- a/src/libiava/libiava.clangproj +++ b/src/libiava/libiava.clangproj @@ -18,8 +18,8 @@
- - + + @@ -41,7 +41,6 @@ -