modpython: Supress "Nested struct not currently supported (ignored)." warnings from

This commit is contained in:
Kyle Fuller
2011-09-05 21:37:31 +00:00
parent 855e0778ac
commit b75e0b71ae

View File

@@ -6,6 +6,9 @@
* by the Free Software Foundation.
*/
// Supress "Nested struct not currently supported (ignored)."
#pragma SWIG nowarn=325
%module znc_core %{
#include <utility>
#include "../Utils.h"