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:
parent
c20cacad87
commit
a0d15a7e03
1 changed files with 1 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue