From: Martin Quinson Date: Sun, 28 Feb 2016 21:39:09 +0000 (+0100) Subject: make a warning ignorable X-Git-Tag: v3_13~640 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1eb12ab232774c32364c5f45582f0ae0a7cbf39e?hp=98e2581bfb93650d661af7e1871bbee7d3a8b418 make a warning ignorable --- diff --git a/src/surf/maxmin.cpp b/src/surf/maxmin.cpp index 385424c7d3..bf00e283fc 100644 --- a/src/surf/maxmin.cpp +++ b/src/surf/maxmin.cpp @@ -120,9 +120,7 @@ void lmm_system_free(lmm_system_t sys) while ((var = (lmm_variable_t) extract_variable(sys))) { - XBT_WARN - ("Variable %p (%d) still in system when freing it: this may be a bug", - var, var->id_int); + XBT_WARN("Variable %d still in system when freing it: this may be a bug", var->id_int); lmm_var_free(sys, var); }