]> git.cworth.org Git - scherzo/commit
Add a few initializations to quiet compiler warnings.
authorCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 04:10:58 +0000 (21:10 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 04:10:58 +0000 (21:10 -0700)
commit68466b09f103fd72188afe18f8d01f11f2163fde
treee497d3bf54a78382de0df790768f76614ba1bc85
parentdfdddad465cc954daf99e88e6a6de0694fef820c
Add a few initializations to quiet compiler warnings.

My manual analysis says that none of these are strictly necessary,
(the various conditionals currently ensure that none of the variables
are ever used uninitialized). But "gcc -O2" likes to complain, so
these initializations keep it quiet.
scherzo.c
score.c