Przeglądaj źródła

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

Nathalie Furmento 11 lat temu
rodzic
commit
8c8083f248
1 zmienionych plików z 1 dodań i 1 usunięć
  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");