Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
exclude this file from scan-build and sonar analysis, as the uninitialized value...
[simgrid.git] / teshsuite / smpi / replay-ti-colls / replay-ti-colls.c
index aac4610..2f4955a 100644 (file)
@@ -1,3 +1,6 @@
+//exclude from clang static analysis, as there is an intentional uninitialized value passed to MPI calls.
+#ifndef __clang_analyzer__
+
 #include <stdio.h>
 #include <string.h>
 #include "mpi.h"
@@ -97,3 +100,5 @@ main (int argc, char **argv){
   MPI_Finalize ();
   return 0;
 }
+
+#endif
\ No newline at end of file