1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 15:23:04 +00:00

Fix problems with old gcc

This commit is contained in:
Carles Fernandez
2017-04-25 17:54:07 +02:00
parent 5c6acdf540
commit 5c79e8bc26
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ const prcopt_t prcopt_default = { /* defaults processing options */
{}, {}, {}, /* baseline, ru, rb */
{"",""}, /* anttype */
{} , {}, {}, /* antdel, pcv, exsats */
0, 0, 0, {"",""}, {}, 0, {{},{}}, {}, 0, {}
0, 0, 0, {"",""}, {}, 0, {{},{}}, { {}, {{},{}}, {{},{}}, {}, {} }, 0, {}
};