Fix testsuite bug

This commit is contained in:
Sandra Loosemore
2013-10-15 15:32:16 -04:00
committed by Anthony Green
parent f64e4a8655
commit 2f5626ce02
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
void* userdata __UNUSED__)
{
int i;
double r;
double r = 0;
double t;
for(i = 0; i < NARGS; i++)
{