From 361a65b895bbb27bdacc5516e9d9bf1bb0c93116 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 7 Aug 2018 16:11:32 +0200 Subject: [PATCH] Unused parameters. --- teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c b/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c index 32a7656bbb..67a54a5adb 100644 --- a/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c +++ b/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c @@ -11,7 +11,8 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(dsend,"the dsend test"); -int main(int argc, char *argv[]) { +int main() +{ int rank; int32_t data=11; -- 2.20.1