From 2af3e5c49d9729339af06ce90a5810b316dc1513 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 16 Feb 2011 17:19:54 -0800 Subject: uhd: tweaks for windows msvc compiler warnings and errors --- host/lib/usrp/usrp1/io_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/usrp1/io_impl.cpp') 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(obj)->commit(0); } -- cgit v1.2.3