From 0bdb321bf40c672d4aa24231e9840382473279fc Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sun, 28 May 2017 00:39:19 +0200 Subject: [PATCH] try to get older gccs and clang to compile... untested --- teshsuite/s4u/listen_async/listen_async.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) -- 2.20.1