quiet compiler.

This commit is contained in:
Tomoyuki Sahara
2014-02-25 12:28:34 +09:00
parent e8706d4ee7
commit f7c054bd39
+1 -1
View File
@@ -506,7 +506,7 @@ mrb_io_pid(mrb_state *mrb, mrb_value io)
static struct timeval
time2timeval(mrb_state *mrb, mrb_value time)
{
struct timeval t;
struct timeval t = { 0, 0 };
switch (mrb_type(time)) {
case MRB_TT_FIXNUM: