diff options
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/common/ad9361_driver/ad9361_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_device.cpp b/host/lib/usrp/common/ad9361_driver/ad9361_device.cpp index 784658cb0..075a0c8b6 100644 --- a/host/lib/usrp/common/ad9361_driver/ad9361_device.cpp +++ b/host/lib/usrp/common/ad9361_driver/ad9361_device.cpp @@ -1880,7 +1880,7 @@ double ad9361_device_t::set_clock_rate(const double req_rate) /* Call into the clock configuration / settings function. This is where * all the hard work gets done. */ - double rate = _setup_rates(req_rate); + double UHD_UNUSED(rate) = _setup_rates(req_rate); UHD_LOG_TRACE("AD936X", "[ad9361_device_t::set_clock_rate] rate=" << rate); |