[gcc8] New Build Warning: src/math/algebra.c:
Created by: RobertCNelson
gcc8 just hit Debian 10 (Buster), we have a new build warning. Doesn't break the build so not a priory..
made: build/math/matrix.o
src/math/algebra.c: In function '__householder_reflection':
src/math/algebra.c:77:37: warning: passing argument 1 to restrict-qualified parameter aliases with argument 2 [-Wrestrict]
dot = __vectorized_mult_accumulate(x,x,n);
^ ~
made: build/math/algebra.o
Regards,