Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] A few more const local pointers.
[simgrid.git] / teshsuite / simdag / is-router / is-router.cpp
index e48c032..fb56b86 100644 (file)
@@ -29,7 +29,7 @@ int main(int argc, char **argv)
   int it;
   sg_host_t host;
   xbt_dynar_foreach(hosts, it, host) {
-    simgrid::kernel::routing::NetPoint* nc = host->get_netpoint();
+    const simgrid::kernel::routing::NetPoint* nc = host->get_netpoint();
     const char *type = "buggy";
     if (nc->is_router())
       type = "router";