Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce scope for static variables.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 6 May 2022 08:17:57 +0000 (10:17 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 6 May 2022 08:17:57 +0000 (10:17 +0200)
commit8f7ec2e4b08cd2b27aa34b2c9fec2af0ad79d53a
tree2a03b676bfd6875f668234e4f04567169ae29480
parent4c61dcfc019a2103bbe53785ee778e3831bcf4a6
Reduce scope for static variables.

Use the init-statement to declare variables inside the if statement (sonar).
src/kernel/actor/SimcallObserver.cpp
src/mc/inspect/DwarfExpression.cpp
src/s4u/s4u_Engine.cpp
src/surf/network_ns3.cpp
src/xbt/exception.cpp