diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-16 17:19:54 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-16 17:19:54 -0800 |
commit | 2af3e5c49d9729339af06ce90a5810b316dc1513 (patch) | |
tree | cd9a4ef9afd2e40eaaf4752f4546499a43cf7555 /host/lib/usrp/usrp1 | |
parent | 8878b35d596e2f4db8b3e0189adfcaee81c8300f (diff) | |
download | uhd-2af3e5c49d9729339af06ce90a5810b316dc1513.tar.gz uhd-2af3e5c49d9729339af06ce90a5810b316dc1513.tar.bz2 uhd-2af3e5c49d9729339af06ce90a5810b316dc1513.zip |
uhd: tweaks for windows msvc compiler warnings and errors
Diffstat (limited to 'host/lib/usrp/usrp1')
-rw-r--r-- | host/lib/usrp/usrp1/io_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/io_impl.cpp b/host/lib/usrp/usrp1/io_impl.cpp index e28b6efb5..8beeccf8f 100644 --- a/host/lib/usrp/usrp1/io_impl.cpp +++ b/host/lib/usrp/usrp1/io_impl.cpp @@ -84,7 +84,7 @@ public: } private: - static void fake_deleter(void */*obj*/){ + static void fake_deleter(void *){ //dont do anything and assume the bastard committed it //static_cast<offset_managed_send_buffer *>(obj)->commit(0); } |