Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid const cast (sonar).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 1 Feb 2022 12:22:05 +0000 (13:22 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 1 Feb 2022 14:49:24 +0000 (15:49 +0100)
commit6e3dfe3c17a3c31cb54a8c3dbe85bd35d698d2e4
tree1d27154becb69b4ad432a97df402ee1619b61c84
parent11fad35e595a7df9df1438952d5635d85ba1a457
Avoid const cast (sonar).

There is apparently no need for a fake argv[0].
src/s4u/s4u_Engine.cpp
src/xbt/xbt_main.cpp