diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-05-08 10:02:43 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-05-08 10:02:43 -0400 |
commit | be0ac237b705a26feda9bcc921abb715831e54f1 (patch) | |
tree | f81b41f51dac8ef2dcb00ad3641be073e20ea824 | |
parent | 97f00f5890f3e19190ce7e17213401457a093517 (diff) |
build: minor tweaks for swig, warnings.
-rw-r--r-- | gnuradio-runtime/include/gnuradio/CMakeLists.txt | 1 | ||||
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/check_lfsr_32k_s.h | 2 | ||||
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/lfsr_32k_source_s.h | 2 | ||||
-rw-r--r-- | gr-uhd/swig/uhd_swig.i | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/gnuradio-runtime/include/gnuradio/CMakeLists.txt b/gnuradio-runtime/include/gnuradio/CMakeLists.txt index d6d17dd396..b18138ff49 100644 --- a/gnuradio-runtime/include/gnuradio/CMakeLists.txt +++ b/gnuradio-runtime/include/gnuradio/CMakeLists.txt @@ -34,7 +34,6 @@ install(FILES buffer.h constants.h endianness.h - error_handler.h expj.h feval.h flowgraph.h diff --git a/gr-blocks/include/gnuradio/blocks/check_lfsr_32k_s.h b/gr-blocks/include/gnuradio/blocks/check_lfsr_32k_s.h index 132e263624..d9853a9cd4 100644 --- a/gr-blocks/include/gnuradio/blocks/check_lfsr_32k_s.h +++ b/gr-blocks/include/gnuradio/blocks/check_lfsr_32k_s.h @@ -35,7 +35,7 @@ namespace gr { * * \details * This sink is typically used along with - * gr::gnuradio/blocks::lfsr_32k_source_s to test the USRP using its + * gr::blocks::lfsr_32k_source_s to test the USRP using its * digital loopback mode. */ class BLOCKS_API check_lfsr_32k_s : virtual public sync_block diff --git a/gr-blocks/include/gnuradio/blocks/lfsr_32k_source_s.h b/gr-blocks/include/gnuradio/blocks/lfsr_32k_source_s.h index ac2338d85a..39f4f4b7c6 100644 --- a/gr-blocks/include/gnuradio/blocks/lfsr_32k_source_s.h +++ b/gr-blocks/include/gnuradio/blocks/lfsr_32k_source_s.h @@ -35,7 +35,7 @@ namespace gr { * \ingroup source_blk * * \details - * This source is typically used along with gr::gnuradio/blocks::check_lfsr_32k_s to + * This source is typically used along with gr::blocks::check_lfsr_32k_s to * test the USRP using its digital loopback mode. */ class BLOCKS_API lfsr_32k_source_s : virtual public sync_block diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index 8f2df42ec4..56f7b5eadd 100644 --- a/gr-uhd/swig/uhd_swig.i +++ b/gr-uhd/swig/uhd_swig.i @@ -84,7 +84,7 @@ %include <uhd/types/sensors.hpp> // Prevents issue with vector<size_t> redef on 32-bit systems -%include <uhd/stream.hpp> +%import <uhd/stream.hpp> //////////////////////////////////////////////////////////////////////// // swig dboard_iface for python access |