warning fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4634 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-03-27 00:33:41 +00:00
commit a9dd72b92d
2 changed files with 3 additions and 3 deletions

View file

@ -1275,7 +1275,7 @@ class CSHARP : public Language {
String *nativecall = NewString("");
String *shadowrettype = NewString("");
String *function_code = NewString("");
bool setter_flag;
bool setter_flag = false;
if(!proxy_flag) return;
@ -1666,7 +1666,7 @@ class CSHARP : public Language {
int num_required = 0;
String *overloaded_name = getOverloadedName(n);
String *func_name = NULL;
bool setter_flag;
bool setter_flag = false;
if (l) {
if (SwigType_type(Getattr(l,"type")) == T_VOID) {

View file

@ -1587,7 +1587,7 @@ class JAVA : public Language {
int num_required = 0;
String *overloaded_name = getOverloadedName(n);
String *func_name = NULL;
bool setter_flag;
bool setter_flag = false;
if (l) {
if (SwigType_type(Getattr(l,"type")) == T_VOID) {