fix unused warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6978 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d10d8a5d72
commit
0f4ccf3f96
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ SWIG_InitializeModule(void *clientdata) {
|
|||
swig_module_info *module_head;
|
||||
static int init_run = 0;
|
||||
|
||||
clientdata = clientdata;
|
||||
|
||||
if (init_run) return;
|
||||
init_run = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue