silence warning

This commit is contained in:
Sunrim KIM (keen) 2014-07-26 18:06:34 +09:00
parent 27b157fb19
commit f457030a8d
1 changed files with 3 additions and 0 deletions

View File

@ -333,6 +333,9 @@ write_core(struct writer_control *p, pic_value obj)
case PIC_TT_DICT:
xfprintf(file, "#<dict %p>", pic_ptr(obj));
break;
case PIC_TT_BLK:
xfprintf(file, "#<blk %p>", pic_ptr(obj));
break;
}
}