classpath: fix this statement may fall through
authorGuo Li <uxgood.org@gmail.com>
Wed, 5 Sep 2018 07:27:19 +0000 (15:27 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 5 Sep 2018 18:07:47 +0000 (02:07 +0800)
commitd0e0385f1134be4ba1273b529b173fa3595debe5
tree943de06733d2291f5bbfb2fbdd07d115e955c945
parentce013d1190f0288bce32ddceaab3477519ce0f16
classpath: fix this statement may fall through

gnu_java_math_GMP.c:1135:13: error: this statement may fall through [-Werror=implicit-fallthrough=]
         res = mpz_popcount (_this);
         ~~~~^~~~~~~~~~~~~~~~~~~~~~
gnu_java_math_GMP.c:1136:7: note: here
       default:
       ^~~~~~~

Signed-off-by: Guo Li <uxgood.org@gmail.com>
libs/classpath/Makefile
libs/classpath/patches/020-fix-statement-may-fall-through.patch [new file with mode: 0644]