From: Arnaud Giersch Date: Thu, 27 Feb 2020 08:31:03 +0000 (+0100) Subject: Const for sonar. X-Git-Tag: v3.26~866 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c97c73bdc69512d26f4e807c1e6f417d3b1db874 Const for sonar. --- diff --git a/src/simix/popping_private.hpp b/src/simix/popping_private.hpp index daba0f963d..70e6d28f92 100644 --- a/src/simix/popping_private.hpp +++ b/src/simix/popping_private.hpp @@ -177,7 +177,7 @@ template inline typename std::remove_reference::type unmarshal_raw( return unmarshal(type(), simcall); } -template inline void marshal_args(smx_simcall_t /*simcall*/) +template inline void marshal_args(const s_smx_simcall* /*simcall*/) { /* Nothing to do when no args */ }