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:
William S Fulton 2006-06-29 22:03:56 +00:00
commit d384eef60d
3 changed files with 4 additions and 4 deletions

View file

@ -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