fix unused warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6978 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fd2fe8dd36
commit
fbb82792fd
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