Suppress some SWIG warnings that don't matter.

This commit is contained in:
Martin Ling 2014-07-19 15:27:41 +01:00 committed by Bert Vermeulen
parent abc7146d03
commit d615a3962a
1 changed files with 2 additions and 0 deletions

View 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;