Fix for clang-tidy

This commit is contained in:
Carles Fernandez 2020-06-19 15:37:28 +02:00
parent bc0cc69d76
commit 87989ead0a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ bool config_ad9361_rx_remote(const std::string &remote_host,
bool quadrature_,
bool rfdc_,
bool bbdc_,
std::string filter_source_,
std::string filter_source_, // NOLINT(performance-unnecessary-value-param)
std::string filter_filename_,
float Fpass_,
float Fstop_)