diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-08 11:56:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-08 11:56:36 -0700 |
commit | fcc0ce92dd20cc231fc79dab3d47fbb3d5487f98 (patch) | |
tree | ce4b50e483291039949a86e3f25f42b586a0b1a2 /gr-uhd/swig | |
parent | 7a2d39f425f6bc5df6a4f7206d3fa10f8e1e67c3 (diff) | |
parent | 3b1a26e6e610aed2aa8dee3bb747184f51447cf6 (diff) |
Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital
Diffstat (limited to 'gr-uhd/swig')
-rw-r--r-- | gr-uhd/swig/uhd_swig.i | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index 93bf5bfbe5..f8381ae64b 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 <uhd/types/metadata.hpp> -%ignore uhd::device::register_device; //causes compile to choke in MSVC -%include <uhd/device.hpp> %template(device_addr_vector_t) std::vector<uhd::device_addr_t>; %include <uhd/types/sensors.hpp> |