From b75e0b71ae944f01cc5772dba764f1c80e8e0843 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 5 Sep 2011 21:37:31 +0000 Subject: [PATCH] modpython: Supress "Nested struct not currently supported (ignored)." warnings from --- modules/modpython/modpython.i | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/modpython/modpython.i b/modules/modpython/modpython.i index 80800fc8..f2e2b733 100644 --- a/modules/modpython/modpython.i +++ b/modules/modpython/modpython.i @@ -6,6 +6,9 @@ * by the Free Software Foundation. */ +// Supress "Nested struct not currently supported (ignored)." +#pragma SWIG nowarn=325 + %module znc_core %{ #include #include "../Utils.h"