1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-02 18:03:14 +00:00

clang-tidy: apply performance-unnecessary-value-param fix

This commit is contained in:
Carles Fernandez 2019-10-09 21:13:28 +02:00
parent e4a39188f5
commit fb0093aaab
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 3 additions and 3 deletions

View File

@ -189,7 +189,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
bool quadrature_,
bool rfdc_,
bool bbdc_,
std::string filter_source_,
const std::string& filter_source_,
std::string filter_filename_,
float Fpass_,
float Fstop_)
@ -409,7 +409,7 @@ bool config_ad9361_rx_remote(const std::string &remote_host,
bool quadrature_,
bool rfdc_,
bool bbdc_,
std::string filter_source_,
const std::string& filter_source_,
std::string filter_filename_,
float Fpass_,
float Fstop_)

View File

@ -93,7 +93,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
bool quadrature_,
bool rfdc_,
bool bbdc_,
std::string filter_source_,
const std::string& filter_source_,
std::string filter_filename_,
float Fpass_,
float Fstop_);