suppress warnings

This commit is contained in:
Yuichi Nishiwaki 2013-11-09 15:24:58 +09:00
parent 8a85e62472
commit 76990d512f
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ expand(pic_state *pic, pic_value obj, struct syntactic_env *env)
pic_error(pic, "unexpected value type");
return pic_undef_value(); /* unreachable */
}
/* logic falw (suppress warnings gcc will emit) */
abort();
}
pic_value