commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/11: gnuradio-runtime/swig/tags.i: Making


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/11: gnuradio-runtime/swig/tags.i: Making swig ignore gr::tag_t::operator= so that the annoying compile-time warning messages go away.
Date: Thu, 12 Jan 2017 20:33:14 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 04cadbf26061e5ddf09b031a29e9cbe20076fefd
Author: Darek Kawamoto <address@hidden>
Date:   Tue Jan 10 13:46:41 2017 -0500

    gnuradio-runtime/swig/tags.i: Making swig ignore gr::tag_t::operator= so 
that the annoying compile-time warning messages go away.
---
 gnuradio-runtime/swig/tags.i | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnuradio-runtime/swig/tags.i b/gnuradio-runtime/swig/tags.i
index 2615264..c86e7f7 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]