1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-16 20:23:02 +00:00

Removing warning

This commit is contained in:
Carles Fernandez 2015-03-03 21:56:17 +01:00
parent 42ea31b677
commit a4e48eac4d

View File

@ -169,7 +169,7 @@ int gps_l1_ca_pvt_cc::general_work (int noutput_items, gr_vector_int &ninput_ite
if (global_gps_utc_model_map.size() > 0) if (global_gps_utc_model_map.size() > 0)
{ {
// UTC MODEL data is shared for all the GPS satellites. Read always at a locked channel // UTC MODEL data is shared for all the GPS satellites. Read always at a locked channel
int i = 0; signed int i = 0;
while(true) while(true)
{ {
if (in[i][0].Flag_valid_pseudorange == true) if (in[i][0].Flag_valid_pseudorange == true)
@ -188,7 +188,7 @@ int gps_l1_ca_pvt_cc::general_work (int noutput_items, gr_vector_int &ninput_ite
if (global_gps_iono_map.size() > 0) if (global_gps_iono_map.size() > 0)
{ {
// IONO data is shared for all the GPS satellites. Read always at a locked channel // IONO data is shared for all the GPS satellites. Read always at a locked channel
int i = 0; signed int i = 0;
while(true) while(true)
{ {
if (in[i][0].Flag_valid_pseudorange == true) if (in[i][0].Flag_valid_pseudorange == true)