]> git.cworth.org Git - scherzo/commitdiff
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)
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.


No differences found