Skip to content

Commit cbd20c9

Browse files
committed
Remove warnings from radix992_ditN_cy_dif1.c.
1 parent 2ba3bf5 commit cbd20c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/radix992_ditN_cy_dif1.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ int radix992_ditN_cy_dif1(double a[], int n, int nwt, int nwt_bits, double wt0[]
189189
static int poff[RADIX>>2];
190190
#ifndef MULTITHREAD
191191
// Need storage for circular-shifts perms of a basic 31-vector, with shift count in [0,31] that means 2*31 elts:
192-
static int dif_p20_cperms[62], plo[32],phi[62],jj[32], *iptr;
193-
int idx,pidx,mask,lshift, is_even,is_odd, k0,k1,k2,k3,k4,k5,k6,k7,k8,k9,ka,kb,kc,kd,ke,kf, o[32]; // o[] stores o-address offsets for current radix-32 DFT in the 31x-loop
192+
static int dif_p20_cperms[62], plo[32],phi[62],jj[32], *iptr, o[32]; // o[] stores o-address offsets for current radix-32 DFT in the 31x-loop
193+
int idx,pidx,mask,lshift, is_even,is_odd, k0,k1,k2,k3,k4,k5,k6,k7,k8,k9,ka,kb,kc,kd,ke,kf;
194194
uint64 i64;
195195
// DIF:
196196
// Low parts [p0-f] of output-index perms:

0 commit comments

Comments
 (0)