]> sigrok.org Git - libsigrok.git/commitdiff
Suppress some SWIG warnings that don't matter.
authorMartin Ling <redacted>
Sat, 19 Jul 2014 14:27:41 +0000 (15:27 +0100)
committerBert Vermeulen <redacted>
Sat, 19 Jul 2014 14:28:42 +0000 (16:28 +0200)
bindings/swig/classes.i

index ff4435c118e792dfc6f526c683b9221d73b4527b..a7d9e7c42cf38f525478c4cc8ca9a961a36af002 100644 (file)
@@ -17,6 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#pragma SWIG nowarn=325,401
+
 %{
 #include "libsigrok/libsigrok.hpp"
 using namespace std;