1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 02:59:58 +00:00

Make Coverity Scan happy

This commit is contained in:
Carles Fernandez 2018-06-17 21:52:18 +02:00
parent d215abd92e
commit 8ff1a816bb
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -1304,6 +1304,7 @@ void GNSSFlowgraph::set_channels_state()
}
DLOG(INFO) << "Channel " << i << " in state " << channels_state_[i];
}
std::lock_guard<std::mutex> lock(signal_list_mutex);
acq_channels_count_ = max_acq_channels_;
DLOG(INFO) << acq_channels_count_ << " channels in acquisition state";
}