suppress warnings
This commit is contained in:
parent
8a85e62472
commit
76990d512f
|
@ -146,6 +146,8 @@ expand(pic_state *pic, pic_value obj, struct syntactic_env *env)
|
||||||
pic_error(pic, "unexpected value type");
|
pic_error(pic, "unexpected value type");
|
||||||
return pic_undef_value(); /* unreachable */
|
return pic_undef_value(); /* unreachable */
|
||||||
}
|
}
|
||||||
|
/* logic falw (suppress warnings gcc will emit) */
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
pic_value
|
pic_value
|
||||||
|
|
Loading…
Reference in New Issue