Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
warnings-=2
[simgrid.git] / teshsuite / smpi / pt2pt-dsend / pt2pt-dsend.c
index 00de44c..0a76bed 100644 (file)
@@ -15,7 +15,7 @@ static void test_opts(int* argc, char **argv[]){
   int found = 0;
   int option_index = 0;
   static struct option long_options[] = {
-  {"long",     no_argument, 0,  0 },
+  {(char*)"long",     no_argument, 0,  0 },
   {0,         0,                 0,  0 }
   };
   while (1) {