diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-13 19:35:38 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-13 19:35:38 -0800 |
commit | b52880892d1a85203e58cdb049877e7ae4c16663 (patch) | |
tree | 5ef463525c9633bfbe7eadb4b3da5b1188bb5142 /lib/usrp_uhd.cpp | |
parent | 24d95c3f2cea168d1d314af29839d88cc16d3c7f (diff) | |
download | uhd-b52880892d1a85203e58cdb049877e7ae4c16663.tar.gz uhd-b52880892d1a85203e58cdb049877e7ae4c16663.tar.bz2 uhd-b52880892d1a85203e58cdb049877e7ae4c16663.zip |
Added strict compiler flags.
Made changes to meet compilation.
Added test to verify ip and mac addr code.
Diffstat (limited to 'lib/usrp_uhd.cpp')
-rw-r--r-- | lib/usrp_uhd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/usrp_uhd.cpp b/lib/usrp_uhd.cpp index a838b717b..7d1e62a13 100644 --- a/lib/usrp_uhd.cpp +++ b/lib/usrp_uhd.cpp @@ -4,5 +4,5 @@ #include <usrp_uhd.hpp> -usrp_uhd::usrp_uhd::usrp_uhd(device_addr_t device_addr){} +usrp_uhd::usrp_uhd::usrp_uhd(device_addr_t){} usrp_uhd::usrp_uhd::~usrp_uhd(void){} |