got rid of compile warnings, added -Wall to AM_CFLAGS for now

This commit is contained in:
osboxes.org
2015-03-09 09:07:49 -06:00
parent 42c050c29f
commit efe4a24b7e
13 changed files with 25 additions and 36 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ void flam3_interpolate_n(flam3_genome *result, int ncp,
/* Interpolate each xform */
for (i = 0; i < cpi[0].num_xforms; i++) {
double csave[2];
double csave[2] = {0, 0};
double td;
int all_id;
int nx = cpi[0].num_xforms-(cpi[0].final_xform_index>=0);