From 1a3383b19e089d6a8975b991fefe749cac396109 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 6 Oct 2011 05:05:31 -0700 Subject: uhd: suppress harmless swig warnings --- gr-uhd/swig/uhd_swig.i | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index 93bf5bfbe..f8381ae64 100644 --- a/gr-uhd/swig/uhd_swig.i +++ b/gr-uhd/swig/uhd_swig.i @@ -26,6 +26,9 @@ #define GR_UHD_API +//suppress 319. No access specifier given for base class name (ignored). +#pragma SWIG nowarn=319 + //////////////////////////////////////////////////////////////////////// // standard includes //////////////////////////////////////////////////////////////////////// @@ -72,8 +75,6 @@ %include -%ignore uhd::device::register_device; //causes compile to choke in MSVC -%include %template(device_addr_vector_t) std::vector; %include -- cgit