Remove some gcc warnings about unitialized variables.
commiteebe6b36b19a8c0c8315fd08dbcac36a274170a4
authorDan McMahill <dan@mcmahill.net>
Sun, 7 Feb 2010 01:30:30 +0000 (6 20:30 -0500)
committerDan McMahill <dan@mcmahill.net>
Sun, 7 Feb 2010 01:30:30 +0000 (6 20:30 -0500)
tree589aa555fc1612f764e6ad635c06f54a7ea11537
parent6e87f9ea580493e317a67a61653c904c834b3394
Remove some gcc warnings about unitialized variables.

Remove some gcc warnings about uninitialized variables.  The
logic was such that if the variables weren't ever assigned to somethign
then they also would not have been accessed but by getting rid
of this warning, we increase the chances of paying attention to
other warnings which may indicate real bugs.
src/misc.c