diff options
author | michael-west <michael.west@ettus.com> | 2018-04-05 09:51:55 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-04-05 18:00:37 -0700 |
commit | e5cf3cba69e1334cb3f02019eaacc62b36d5b310 (patch) | |
tree | 99fd981eef928a9e10193bab10a19c9758ff35e6 /host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp | |
parent | dbd38a24f80bd2b8d5603adf840e2651ee14ab5b (diff) | |
download | uhd-e5cf3cba69e1334cb3f02019eaacc62b36d5b310.tar.gz uhd-e5cf3cba69e1334cb3f02019eaacc62b36d5b310.tar.bz2 uhd-e5cf3cba69e1334cb3f02019eaacc62b36d5b310.zip |
mg: fix compiler warnings
Diffstat (limited to 'host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp')
-rw-r--r-- | host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp index ab0bf0ea7..05f7b48a6 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp @@ -634,7 +634,7 @@ freq_range_t magnesium_radio_ctrl_impl::get_tx_lo_freq_range( void magnesium_radio_ctrl_impl::set_tx_lo_source( const std::string &src, const std::string &name, - const size_t chan + const size_t /*chan*/ ) { UHD_LOG_TRACE(unique_id(), "Attempting to set tx LO." <<"LO "<<name<<" to "<<src << " at "<<chan); //TODO: checking what options are there |