Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unused parameters.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 7 Aug 2018 14:11:32 +0000 (16:11 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 7 Aug 2018 14:11:32 +0000 (16:11 +0200)
teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c

index 32a7656..67a54a5 100644 (file)
@@ -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;