Explorar o código

fix signedness

Samuel Thibault %!s(int64=7) %!d(string=hai) anos
pai
achega
bd895bdc13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;