Explorar el Código

Fix main prototype for simgrid build

Samuel Thibault hace 8 años
padre
commit
d08f3793a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mpi/tests/attr.c

+ 1 - 1
mpi/tests/attr.c

@@ -18,7 +18,7 @@
 #include "helper.h"
 #include <inttypes.h>
 
-int main(void)
+int main(int argc STARPU_ATTRIBUTE_UNUSED, char *argv[] STARPU_ATTRIBUTE_UNUSED)
 {
 	int flag;
 	int64_t value;