Initialize variables (and silence GCC's -Wunused-variable warning)
authorSergio Durigan Junior <sergiodj@sergiodj.net>
Mon, 14 Apr 2014 05:15:39 +0000 (02:15 -0300)
committerSergio Durigan Junior <sergiodj@sergiodj.net>
Mon, 14 Apr 2014 05:17:00 +0000 (02:17 -0300)
Using -Wunused-variable to compile the code, GCC gives a false positive
about two variables in the code.  This commit initializes those
variables to sane values, in order to silence this warning.


No differences found