From d74eacddbb8875479fef1d9ca75f36fca78df792 Mon Sep 17 00:00:00 2001 From: Eric Blossom <eb@comsec.com> Date: Thu, 18 Nov 2010 23:40:16 -0800 Subject: Remove 868 useless warnings about "is deprecated". Perhaps a warning printed from the constructor would be more helpful and less distracting than cluttering the output of make with 868 warnings... --- gr-uhd/lib/uhd_simple_source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-uhd/lib/uhd_simple_source.h') diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index c524a024a8..d9f8d252a3 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -36,7 +36,7 @@ boost::shared_ptr<uhd_simple_source> uhd_make_simple_source( /*********************************************************************** * DEPRECATED **********************************************************************/ -class UHD_DEPRECATED uhd_simple_source : public gr_sync_block{ +class /*UHD_DEPRECATED*/ uhd_simple_source : public gr_sync_block{ public: /*! -- cgit v1.2.3