mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-24 13:54:28 +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 */
|
||||
int i, j, nm1, nmj;
|
||||
Scalar cos__, sin__, temp;
|
||||
Scalar cos__=0., sin__=0., temp;
|
||||
|
||||
/* Parameter adjustments */
|
||||
--w;
|
||||
|
Loading…
x
Reference in New Issue
Block a user