Visual Studio warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8359 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9369bae9f4
commit
e3179dca4c
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ Swig_overload_dispatch_cast(Node *n, const String_or_char *fmt, int *maxargs) {
|
|||
// printf("overload: %s coll=%d\n", Char(Getattr(n, "sym:name")), Len(coll));
|
||||
|
||||
int num_braces = 0;
|
||||
bool test=(num_arguments);
|
||||
bool test=(num_arguments > 0);
|
||||
if (test) {
|
||||
int need_v = 1;
|
||||
j = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue