mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Fix warnings with gcc
This commit is contained in:
parent
0496e55073
commit
bf0b5568f3
@ -1933,7 +1933,7 @@ int ddmat(rtk_t *rtk, double *D)
|
||||
{
|
||||
sol_t sol0={ {0, 0}, {}, {}, {}, '0', '0', '0', 0.0, 0.0, 0.0};
|
||||
ambc_t ambc0={{ {0,0}, {0, 0}, {0, 0}, {0, 0} }, {}, {}, {} , 0, {}};
|
||||
ssat_t ssat0={0, 0, 0, {}};
|
||||
ssat_t ssat0={0, 0, 0, 0.0};
|
||||
int i;
|
||||
|
||||
trace(3,"rtkinit :\n");
|
||||
|
Loading…
Reference in New Issue
Block a user