You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
362 B

  1. --- a/native/jni/java-math/gnu_java_math_GMP.c
  2. +++ b/native/jni/java-math/gnu_java_math_GMP.c
  3. @@ -1132,6 +1132,7 @@
  4. break;
  5. case 1:
  6. res = mpz_popcount (_this);
  7. + __attribute__((fallthrough));
  8. default:
  9. JCL_ThrowException (env, "java/lang/Error",
  10. "Unexpected sign value for a native MPI");