Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
erasure_code/ppc64le/gf_vect_mul_vsx.c: In function '_gf_vect_mul_base': erasure_code/ppc64le/gf_vect_mul_vsx.c:14:16: error: 'return' with a value, in function returning void [-Wreturn-mismatch] 14 | return 0; | ^ erasure_code/ppc64le/gf_vect_mul_vsx.c:6:13: note: declared here 6 | static void _gf_vect_mul_base(int len, unsigned char *a, unsigned char *src, | ^~~~~~~~~~~~~~~~~ Signed-off-by: Mattias Ellert <mattias.ellert@physics.uu.se>
- Loading branch information