Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update mmalloc to compile with paranoid flags used in simgrid
[simgrid.git] / src / xbt / mmalloc / mmap-sup.c
index ccaf7bb..5c7db2a 100644 (file)
@@ -218,5 +218,5 @@ mmalloc_findbase (size)
 
 #else  /* defined(HAVE_MMAP) */
 /* Prevent "empty translation unit" warnings from the idiots at X3J11. */
-static char ansi_c_idiots = 69;
+//static char ansi_c_idiots = 69;
 #endif /* defined(HAVE_MMAP) */