From: Arnaud Giersch Date: Tue, 10 Oct 2017 21:05:52 +0000 (+0200) Subject: Add a comment to empty function. X-Git-Tag: v3.18~498 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cbafb388d4b7169a60c2411bb63e317c970448f5?ds=sidebyside Add a comment to empty function. --- diff --git a/src/simix/popping_private.hpp b/src/simix/popping_private.hpp index 8dbbec1ba9..e0c200a3d6 100644 --- a/src/simix/popping_private.hpp +++ b/src/simix/popping_private.hpp @@ -186,6 +186,7 @@ template inline typename std::remove_reference::type unmarshal_raw( template inline void marshalArgs(smx_simcall_t simcall) { + /* Nothing to do when no args */ } template inline void marshalArgs(smx_simcall_t simcall, A const& a)