fix some 'might not be initialized in this function' warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-02-22 07:15:57 +00:00
parent f050223c83
commit e84e2baf03

View File

@@ -446,11 +446,11 @@ struct state *rp;
int shift; int shift;
int level; int level;
int i; int i;
int b; int b = 0;
union tree *t; union tree *t;
union tree *cb; union tree *cb;
union tree *fillt; union tree *fillt;
union tree *lastt; union tree *lastt = NULL;
int previ; int previ;
int ndone; int ndone;
color co; color co;