A working fix to silence unused warnings - fixes r13621

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13637 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-08-16 22:35:36 +00:00
commit 11323af905

View file

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