Source: altos
Version: 1.8.2-1
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/altos.html
...
CC kf_rem_pio2.o
../math/kf_rem_pio2.c: In function '__kernel_rem_pio2f':
../math/kf_rem_pio2.c:80:6: error: this 'for' clause does not guard...
[-Werror=misleading-indentation]
for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
^~~
../math/kf_rem_pio2.c:80:54: note: ...this statement, but the latter is
misleadingly indented as if it is guarded by the 'for'
for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
^
cc1: all warnings being treated as errors
../stm/Makefile.defs:47: recipe for target 'kf_rem_pio2.o' failed
make[4]: *** [kf_rem_pio2.o] Error 1