From cc151565932c8bc592a5279d6635381cc2277924 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 23 Nov 2012 11:53:00 -0800 Subject: swig tweaks, forgot i file install --- python/gras/GRAS_ThreadPool.i | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') diff --git a/python/gras/GRAS_ThreadPool.i b/python/gras/GRAS_ThreadPool.i index 213ef4f..4cf75e0 100644 --- a/python/gras/GRAS_ThreadPool.i +++ b/python/gras/GRAS_ThreadPool.i @@ -4,6 +4,11 @@ #include %} +//////////////////////////////////////////////////////////////////////// +// remove base class warning +//////////////////////////////////////////////////////////////////////// +#pragma SWIG nowarn=401 + %include %include -- cgit