fix compiler warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9181 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4d8ffa9f92
commit
d384eef60d
3 changed files with 4 additions and 4 deletions
|
|
@ -1363,7 +1363,7 @@ public:
|
|||
output = s_fakeoowrappers;
|
||||
}
|
||||
|
||||
bool really_overloaded = overloaded;
|
||||
bool really_overloaded = overloaded ? true : false;
|
||||
int min_num_of_arguments = emit_num_required(l);
|
||||
int max_num_of_arguments = emit_num_arguments(l);
|
||||
// For a function with default arguments, we end up with the fullest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue