X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca4086b22723db16d7e0fc23aa9021b4785096a..c81394808bf7efd84e4294e44a9a9a7b7f6dd8a9:/src/regex/regc_color.c diff --git a/src/regex/regc_color.c b/src/regex/regc_color.c index 5aed21c630..6a07d3e7a5 100644 --- a/src/regex/regc_color.c +++ b/src/regex/regc_color.c @@ -37,7 +37,7 @@ #define CISERR() VISERR(cm->v) -#define CERR(e) VERR(cm->v, (e)) +#define CERR(e) (void)VERR(cm->v, (e)) @@ -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;