Преглед на файлове

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

Nathalie Furmento преди 11 години
родител
ревизия
8c8083f248
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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");