Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation warnings in ISA-L 2.31.1 on Fedora-aarch64 #312

Open
pablodelara opened this issue Jan 23, 2025 · 0 comments · May be fixed by #313
Open

Compilation warnings in ISA-L 2.31.1 on Fedora-aarch64 #312

pablodelara opened this issue Jan 23, 2025 · 0 comments · May be fixed by #313
Labels

Comments

@pablodelara
Copy link
Contributor

https://kojipkgs.fedoraproject.org//packages/isa-l/2.31.1/1.fc41/data/logs/aarch64/build.log

Some compilation warnings that are worth looking into:

erasure_code/aarch64/ec_aarch64_dispatcher.c:54:24: warning: type of 'gf_vect_mad_sve' does not match original declaration [-Wlto-type-mismatch]
54 | return PROVIDER_INFO(gf_vect_mad_sve);
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: type mismatch in parameter 1
168 | gf_vect_mad_sve(int len, int vec, int vec_i, unsigned char *gftbls, unsigned char *src,
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: type 'int' should match type 'void'
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: 'gf_vect_mad_sve' was previously declared here
erasure_code/aarch64/ec_aarch64_dispatcher.c:37:24: warning: type of 'gf_vect_dot_prod_sve' does not match original declaration [-Wlto-type-mismatch]
37 | return PROVIDER_INFO(gf_vect_dot_prod_sve);
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: type mismatch in parameter 1
144 | gf_vect_dot_prod_sve(int len, int vlen, unsigned char *gftbls, unsigned char **src,
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: type 'int' should match type 'void'
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: 'gf_vect_dot_prod_sve' was previously declared here
erasure_code/aarch64/ec_aarch64_dispatcher.c:56:24: warning: type of 'gf_vect_mad_neon' does not match original declaration [-Wlto-type-mismatch]
56 | return PROVIDER_INFO(gf_vect_mad_neon);

@ellert ellert linked a pull request Jan 28, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant