From: Martin Ling Date: Sat, 19 Jul 2014 14:27:41 +0000 (+0100) Subject: Suppress some SWIG warnings that don't matter. X-Git-Tag: libsigrok-0.4.0~1244 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d615a3962a2e8243aa36c8bd2feabe1d1db51374;p=libsigrok.git Suppress some SWIG warnings that don't matter. --- diff --git a/bindings/swig/classes.i b/bindings/swig/classes.i index ff4435c1..a7d9e7c4 100644 --- a/bindings/swig/classes.i +++ b/bindings/swig/classes.i @@ -17,6 +17,8 @@ * along with this program. If not, see . */ +#pragma SWIG nowarn=325,401 + %{ #include "libsigrok/libsigrok.hpp" using namespace std;