1
0
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:
Carles Fernandez 2017-04-25 19:05:54 +02:00
parent 0496e55073
commit bf0b5568f3

View File

@ -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");