X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=score.c;h=9ef75bdf69f64e00b7a7ba248adb54e947467902;hb=68466b09f103fd72188afe18f8d01f11f2163fde;hp=fe7622d85e4acd5c4fc45cd707df961017995380;hpb=73ba6a9e9a9308747fd0fa301e1a349746eaf47c;p=scherzo diff --git a/score.c b/score.c index fe7622d..9ef75bd 100644 --- a/score.c +++ b/score.c @@ -425,7 +425,8 @@ score_draw (score_t *score, cairo_t *cr) if (score->num_braces) { - int brace_width; + /* Initialize to keep the compiler quiet. */ + int brace_width = 0; for (i = 0; i < score->num_braces; i++) _draw_brace (score, cr, score->braces[i], &brace_width);