From: Augustin Degomme Date: Sat, 27 May 2017 22:39:19 +0000 (+0200) Subject: try to get older gccs and clang to compile... untested X-Git-Tag: v3.16~200 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0bdb321bf40c672d4aa24231e9840382473279fc try to get older gccs and clang to compile... untested --- diff --git a/teshsuite/s4u/listen_async/listen_async.cpp b/teshsuite/s4u/listen_async/listen_async.cpp index 3b3b923d45..63aca0df3c 100644 --- a/teshsuite/s4u/listen_async/listen_async.cpp +++ b/teshsuite/s4u/listen_async/listen_async.cpp @@ -41,7 +41,7 @@ static void server() xbt_free(res); XBT_INFO("Data successfully received from asynchronous mailbox"); - XBT_DEBUG("comm:%p", sendComm); + XBT_DEBUG("comm:%p", sendComm.get()); } int main(int argc, char* argv[])