]> AND Public Git Repository - simgrid.git/blobdiff - testsuite/gras/datadesc_usage.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
portable.h is the header to load when seeking for portability
[simgrid.git] / testsuite / gras / datadesc_usage.c
index d8111415dc675b80d9b5bec89742304e13ac044f..09b0e60c163f1336f2263e354fc4685ecb12200a 100644 (file)
@@ -6,6 +6,10 @@
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
 
 #include <stdio.h>
 #include "gras.h"
@@ -598,6 +602,10 @@ void test_clause(gras_socket_t sock, int direction) {
   free(i);
 }
 
+#ifdef __BORLANDC__
+#pragma argsused
+#endif
+
 int main(int argc,char *argv[]) {
   gras_socket_t sock=NULL;
   int direction = RW;