mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Eliminate compiler warning
This commit is contained in:
parent
324702896a
commit
3cceb2f84c
1 changed files with 1 additions and 1 deletions
|
@ -1813,7 +1813,7 @@ object Cyc_make_vector(void *data, object cont, int argc, object len, ...)
|
|||
object Cyc_make_bytevector(void *data, object cont, int argc, object len, ...)
|
||||
{
|
||||
object bv = NULL;
|
||||
object fill;
|
||||
object fill = obj_int2obj(0);
|
||||
int length, fill_val;
|
||||
va_list ap;
|
||||
va_start(ap, len);
|
||||
|
|
Loading…
Add table
Reference in a new issue