# HG changeset patch # User cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1231937524 0 # Node ID 10a5f9e6c03fda56e5d827b93f638b37e1d013ac # Parent 81a222e7bd2574e17d6f906a5d43ac25549bef72 * Fixed a few thousand warnings made by swigwrapper in MSVC. diff -r 81a222e7bd25 -r 10a5f9e6c03f engine/swigwrappers/python/fife.i.templ --- 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"); \ }