From: Frederic Suter Date: Wed, 3 Aug 2016 08:52:29 +0000 (+0200) Subject: try to fix MC build X-Git-Tag: v3_14~645 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2a5ef086294642fdef829470a496146c5233cfb0 try to fix MC build void suppression was more picky than expected in XBT --- diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h index 0d04e8361e..4f421cc982 100644 --- a/src/xbt_modinter.h +++ b/src/xbt_modinter.h @@ -28,8 +28,8 @@ void xbt_dict_postexit(void); void xbt_os_thread_mod_preinit(void); void xbt_os_thread_mod_postexit(void); -void *mmalloc_preinit(); -void mmalloc_postexit(); +void *mmalloc_preinit(void); +void mmalloc_postexit(void); extern int smx_cleaned; extern int xbt_initialized;