diff options
author | Josh Blum | 2012-11-23 11:53:00 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-23 11:53:00 -0800 |
commit | cc151565932c8bc592a5279d6635381cc2277924 (patch) | |
tree | 4c453902717ff95e899fcf702186410af44e6f7b /python/gras | |
parent | 45dd52310ad88b6ea249b310178599a892427648 (diff) | |
download | sandhi-cc151565932c8bc592a5279d6635381cc2277924.tar.gz sandhi-cc151565932c8bc592a5279d6635381cc2277924.tar.bz2 sandhi-cc151565932c8bc592a5279d6635381cc2277924.zip |
swig tweaks, forgot i file install
Diffstat (limited to 'python/gras')
-rw-r--r-- | python/gras/GRAS_ThreadPool.i | 5 |
1 files changed, 5 insertions, 0 deletions
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 <gras/thread_pool.hpp> %} +//////////////////////////////////////////////////////////////////////// +// remove base class warning +//////////////////////////////////////////////////////////////////////// +#pragma SWIG nowarn=401 + %include <std_string.i> %include <gras/gras.hpp> |