Better fix than r6987 to silence warning

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-08-15 23:36:28 +00:00
commit a0d15a7e03

View file

@ -52,13 +52,11 @@ extern "C" {
SWIGRUNTIME void
SWIG_InitializeModule(void *clientdata) {
SWIG_InitializeModule(void *SWIGUNUSEDPARM(clientdata)) {
size_t i;
swig_module_info *module_head, *iter;
int found, init;
clientdata = clientdata;
/* check to see if the circular list has been setup, if not, set it up */
if (swig_module.next==0) {
/* Initialize the swig_module */