We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeadf76 commit d0601b0Copy full SHA for d0601b0
1 file changed
extmod/re1.5/compilecode.c
@@ -65,7 +65,7 @@ static const char *_compilecode(const char *re, ByteProg *prog, int sizecode)
65
}
66
case '(': {
67
term = PC;
68
- int sub;
+ int sub = 0;
69
int capture = re[1] != '?' || re[2] != ':';
70
71
if (capture) {
0 commit comments