]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_global.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable some useless warnings for PVS-studio.
[simgrid.git] / src / simix / smx_global.cpp
index 034e5bea7a8d2a6105b10e65b51b43847501a5cc..0c95e0745d083f8a5e157dc1a2fbdd7ddc221efc 100644 (file)
@@ -499,7 +499,7 @@ void SIMIX_run()
        */
 
       for (auto const& actor : simix_global->actors_that_ran) {
-        if (actor->simcall_.call_ != SIMCALL_NONE) {
+        if (actor->simcall_.call_ != simgrid::simix::Simcall::NONE) {
           actor->simcall_handle(0);
         }
       }