X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/63faf7e901ec76743d05ff3a4282906dc34cfce4..23147495ed7e97d14dba70708a074868653e996f:/src/xbt/log.cpp?ds=sidebyside diff --git a/src/xbt/log.cpp b/src/xbt/log.cpp index 93ed95f57e..131eda1f7a 100644 --- a/src/xbt/log.cpp +++ b/src/xbt/log.cpp @@ -321,7 +321,7 @@ void xbt_log_parent_set(xbt_log_category_t cat, xbt_log_category_t parent) parent->firstChild = cat; if (not parent->initialized) - _xbt_log_cat_init(parent, xbt_log_priority_uninitialized /* ignored */ ); + (void)_xbt_log_cat_init(parent, xbt_log_priority_uninitialized /* ignored */); cat->threshold = parent->threshold;