1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-28 23:10:51 +00:00

Remove compilation warning

This commit is contained in:
Carles Fernandez 2016-05-05 18:04:29 +02:00
parent 99d6ce9ba7
commit 4dc5c66269

View File

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