mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-25 22:34:30 +08:00
silent warnings
This commit is contained in:
parent
40ce7589de
commit
a6380ae272
@ -8,7 +8,7 @@ void ei_r1mpyq(int m, int n, Scalar *a, int
|
|||||||
|
|
||||||
/* Local variables */
|
/* Local variables */
|
||||||
int i, j, nm1, nmj;
|
int i, j, nm1, nmj;
|
||||||
Scalar cos__, sin__, temp;
|
Scalar cos__=0., sin__=0., temp;
|
||||||
|
|
||||||
/* Parameter adjustments */
|
/* Parameter adjustments */
|
||||||
--w;
|
--w;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user