Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid unitialized use
[simgrid.git] / teshsuite / smpi / mpich-test / env / gtime.c
index e755aef..4e3d33f 100644 (file)
@@ -80,7 +80,7 @@ int main( int argc, char **argv )
 {
     int    err = 0;
     void *v;
-    int  flag;
+    int  flag=0;
     int  vval;
     int  rank;
     double t1;