From: Ryan Norton Date: Tue, 22 Feb 2005 07:15:57 +0000 (+0000) Subject: fix some 'might not be initialized in this function' warnings X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e84e2baf039c8817ae6a39be3183200f093b3a35 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 --- diff --git a/src/regex/regc_color.c b/src/regex/regc_color.c index 5aed21c630..b3df484f08 100644 --- a/src/regex/regc_color.c +++ b/src/regex/regc_color.c @@ -446,11 +446,11 @@ struct state *rp; int shift; int level; int i; - int b; + int b = 0; union tree *t; union tree *cb; union tree *fillt; - union tree *lastt; + union tree *lastt = NULL; int previ; int ndone; color co;