diff options
author | Darek Kawamoto <darek@he360.com> | 2017-01-10 13:46:41 -0500 |
---|---|---|
committer | Darek Kawamoto <darek@he360.com> | 2017-01-10 13:46:41 -0500 |
commit | 04cadbf26061e5ddf09b031a29e9cbe20076fefd (patch) | |
tree | b0c92da53762566d7734485655091e5437675d77 | |
parent | 588fe5e999f57d6b9e9a4f3c1371f4eee36494a3 (diff) |
gnuradio-runtime/swig/tags.i: Making swig ignore gr::tag_t::operator= so that the annoying compile-time warning messages go away.
-rw-r--r-- | gnuradio-runtime/swig/tags.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/swig/tags.i b/gnuradio-runtime/swig/tags.i index 2615264738..c86e7f7244 100644 --- a/gnuradio-runtime/swig/tags.i +++ b/gnuradio-runtime/swig/tags.i @@ -25,6 +25,7 @@ %import <pmt_swig.i> //for pmt support +%ignore gr::tag_t::operator=; %include <gnuradio/tags.h> //gives support for a vector of tags (get tags in range) |