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:
parent
a0d15a7e03
commit
11323af905
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue