[hamradio-commits] [gnss-sdr] 29/80: Remove compilation warning

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sun May 15 20:11:54 UTC 2016


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

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

commit 4dc5c66269aa819c34c747408874602f366ecba0
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Thu May 5 18:04:29 2016 +0200

    Remove compilation warning
---
 src/core/system_parameters/rtcm.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/system_parameters/rtcm.cc b/src/core/system_parameters/rtcm.cc
index 99cc297..e29fce6 100644
--- a/src/core/system_parameters/rtcm.cc
+++ b/src/core/system_parameters/rtcm.cc
@@ -4204,7 +4204,7 @@ int Rtcm::set_DF418(int carrier_smoothing_interval_s)
 }
 
 
-int Rtcm::set_DF420(const Gnss_Synchro & gnss_synchro)
+int Rtcm::set_DF420(const Gnss_Synchro & gnss_synchro  __attribute__((unused)))
 {
     // todo: read the value from gnss_synchro
     bool half_cycle_ambiguity_indicator = 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