diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2015-03-07 11:04:58 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-03-09 11:28:05 -0700 |
commit | 17b8f6cf6e6a0b812516ca0641cdac5425996fca (patch) | |
tree | 7348e6bbd67f845c8edbf52425370fd20af82119 /host/lib/usrp/e300 | |
parent | 616ce1394604d209b88b6a2d245868b3a3216337 (diff) | |
download | uhd-17b8f6cf6e6a0b812516ca0641cdac5425996fca.tar.gz uhd-17b8f6cf6e6a0b812516ca0641cdac5425996fca.tar.bz2 uhd-17b8f6cf6e6a0b812516ca0641cdac5425996fca.zip |
e300: comment out unused variables in control::make when E300_NATIVE is not defined.
Diffstat (limited to 'host/lib/usrp/e300')
-rw-r--r-- | host/lib/usrp/e300/e300_ublox_control_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_ublox_control_impl.cpp b/host/lib/usrp/e300/e300_ublox_control_impl.cpp index a0ec10271..0f56fdb67 100644 --- a/host/lib/usrp/e300/e300_ublox_control_impl.cpp +++ b/host/lib/usrp/e300/e300_ublox_control_impl.cpp @@ -498,7 +498,7 @@ control::sptr control::make(const std::string &node, const size_t baud_rate) #else using namespace uhd::usrp::gps::ublox::ubx; -control::sptr control::make(const std::string &node, const size_t baud_rate) +control::sptr control::make(const std::string& /* node */, const size_t /* baud_rate */) { throw uhd::assertion_error("control::sptr::make: !E300_NATIVE"); } |