more warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7018 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ad5280f2e2
commit
768d977a82
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ SWIGRUNTIME void
|
|||
SWIG_InitializeModule(void *clientdata) {
|
||||
swig_type_info *type, *ret;
|
||||
swig_cast_info *cast;
|
||||
int i;
|
||||
size_t i;
|
||||
swig_module_info *module_head;
|
||||
static int init_run = 0;
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ SWIG_InitializeModule(void *clientdata) {
|
|||
*/
|
||||
SWIGRUNTIME void
|
||||
SWIG_PropagateClientData() {
|
||||
int i;
|
||||
size_t i;
|
||||
swig_cast_info *equiv;
|
||||
static int init_run = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue