diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-13 09:22:12 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-13 09:22:12 -0800 |
commit | 97785c838e088f978c8dd2c4c796cdcbeafebffc (patch) | |
tree | 30b6dbbcd145f507cc353df220bf3b80425fdea5 /lib/usrp/mboard/test.cpp | |
parent | 51e5396079d8af7cf8287b586ff2351a19ae8381 (diff) | |
download | uhd-97785c838e088f978c8dd2c4c796cdcbeafebffc.tar.gz uhd-97785c838e088f978c8dd2c4c796cdcbeafebffc.tar.bz2 uhd-97785c838e088f978c8dd2c4c796cdcbeafebffc.zip |
Compiling under old fedora8 with boost 1.37.
Fixed somethings that caused errors and warnings.
Cannot get rid of all warnings on this system.
Diffstat (limited to 'lib/usrp/mboard/test.cpp')
-rw-r--r-- | lib/usrp/mboard/test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/usrp/mboard/test.cpp b/lib/usrp/mboard/test.cpp index c533c97b4..67d3c70fa 100644 --- a/lib/usrp/mboard/test.cpp +++ b/lib/usrp/mboard/test.cpp @@ -91,7 +91,6 @@ private: } case DBOARD_PROP_CODEC: - val = NULL; //TODO return; } } |