Browse Source

Fix main prototype for simgrid build

Samuel Thibault 7 years ago
parent
commit
d08f3793a7
1 changed files with 1 additions and 1 deletions
  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;