[hamradio-commits] [gnss-sdr] 37/60: Removing warning

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sun Mar 22 11:15:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit a4e48eac4d170a6dd7f4de56b499cd2641a08c96
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Tue Mar 3 21:56:17 2015 +0100

    Removing warning
---
 src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc b/src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc
index 4329d5c..0532ae1 100644
--- a/src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc
+++ b/src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc
@@ -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)
         {
             // 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)
                 {
                     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)
         {
             // IONO data is shared for all the GPS satellites. Read always at a locked channel
-            int i = 0;
+            signed int i = 0;
             while(true)
                 {
                     if (in[i][0].Flag_valid_pseudorange == true)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list