regexec.c: Silence compiler warning
authorKarl Williamson <public@khwilliamson.com>
Wed, 24 Oct 2012 03:11:49 +0000 (21:11 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 24 Oct 2012 15:37:55 +0000 (09:37 -0600)
commitddb0d839ce5feb80ae0b6eb5db212553f5d17c36
treec99f32fd8dd279fd692a43412009e418108d0a2a
parentaf2fe5eb7afec48a3c828cbfe5de7011288fb6d2
regexec.c: Silence compiler warning

Some compilers are saying that c1 and c2 in this routine are not
initialized.  I hand-verified that there really is no path through the
routine that uses either of these before setting, so this is a compiler
issue.  Nonetheless, its best to silence the warning.
regexec.c