Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Const for sonar.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 27 Feb 2020 08:31:03 +0000 (09:31 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 27 Feb 2020 08:31:03 +0000 (09:31 +0100)
src/simix/popping_private.hpp

index daba0f9..70e6d28 100644 (file)
@@ -177,7 +177,7 @@ template <class T> inline typename std::remove_reference<T>::type unmarshal_raw(
   return unmarshal(type<T>(), simcall);
 }
 
   return unmarshal(type<T>(), simcall);
 }
 
-template <std::size_t I> inline void marshal_args(smx_simcall_t /*simcall*/)
+template <std::size_t I> inline void marshal_args(const s_smx_simcall* /*simcall*/)
 {
   /* Nothing to do when no args */
 }
 {
   /* Nothing to do when no args */
 }