Browse Source

src/core/perfmodel/perfmodel_history.c: forgot to declare variable ... (again ...)

Nathalie Furmento 11 years ago
parent
commit
8c8083f248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/perfmodel/perfmodel_history.c

+ 1 - 1
src/core/perfmodel/perfmodel_history.c

@@ -326,7 +326,7 @@ static void parse_archtype(FILE *f, struct starpu_perfmodel *model, unsigned sca
 
 static void parse_model_file(FILE *f, struct starpu_perfmodel *model, unsigned scan_history)
 {
-	int ret;
+	int ret, version;
 	unsigned arch, archmax;
 
 	_STARPU_DEBUG("Start parsing\n");