Mercurial > fife-parpg
changeset 167:10a5f9e6c03f
* Fixed a few thousand warnings made by swigwrapper in MSVC.
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 14 Jan 2009 12:52:04 +0000 |
parents | 81a222e7bd25 |
children | 4264af33bb3c |
files | engine/swigwrappers/python/fife.i.templ |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/engine/swigwrappers/python/fife.i.templ Sat Oct 18 06:46:21 2008 +0000 +++ b/engine/swigwrappers/python/fife.i.templ Wed Jan 14 12:52:04 2009 +0000 @@ -85,7 +85,7 @@ } #define _FIFE_DIRECTOR_EXC_HANDLER() \ - catch (Swig::DirectorException &_e) { \ + catch (Swig::DirectorException &) { \ PyErr_Clear(); \ SWIG_exception(SWIG_RuntimeError, "Catched director exception"); \ }