Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a dead store reported by infer
[simgrid.git] / teshsuite / smpi / mpich3-test / util / dtypes.c
index 239d4011e4eadbaa048f600bad1a191f27bc5cbf..a186a728ac47dd3754d207ac0fdf18f9748d21be 100644 (file)
@@ -350,7 +350,7 @@ int MTestDatatype2Check(void *inbuf, void *outbuf, int size_bytes)
 /*
  * This is a version of CheckData that prints error messages
  */
-static int MtestDatatype2CheckAndPrint(void *inbuf, void *outbuf, int size_bytes,
+int MTestDatatype2CheckAndPrint(void *inbuf, void *outbuf, int size_bytes,
                                 char *typename, int typenum)
 {
     int errloc, world_rank;