mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Remove compilation warning
This commit is contained in:
parent
99d6ce9ba7
commit
4dc5c66269
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user