ソースを参照

Fix main prototype for simgrid build

Samuel Thibault 7 年 前
コミット
d08f3793a7
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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;