X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27a6474a3824ee6d14b321a6f08fadafb7b430ab..c290f6e5704d8d1e227fc32720676a2613d5d51c:/src/s4u/s4u_Io.cpp diff --git a/src/s4u/s4u_Io.cpp b/src/s4u/s4u_Io.cpp index 41a4cb3620..0e7f6ee845 100644 --- a/src/s4u/s4u_Io.cpp +++ b/src/s4u/s4u_Io.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -38,7 +38,7 @@ Io* Io::wait() return this; } -Io* Io::wait_for(double timeout) +Io* Io::wait_for(double) { THROW_UNIMPLEMENTED; return this;