浏览代码

fix signedness

Samuel Thibault 7 年之前
父节点
当前提交
bd895bdc13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/starpu_replay.c

+ 1 - 1
tools/starpu_replay.c

@@ -55,7 +55,7 @@ static char *name = NULL;
 static char *model = NULL;
 static jobid_t jobid;
 static jobid_t *dependson;
-static unsigned int submitorder = -1;
+static int submitorder = -1;
 static starpu_tag_t tag;
 static int workerid;
 static uint32_t footprint;