minor type correction to remove unsigned/signed mismatch warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7373 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7353b9cea4
commit
523d423595
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ public:
|
|||
"extern \"C\"\n",
|
||||
"#endif\n",
|
||||
"SWIGEXPORT void Init_", feature, "(void) {\n",
|
||||
"int i;\n",
|
||||
"size_t i;\n",
|
||||
"\n",
|
||||
NIL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue