Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix warnings
[simgrid.git] / src / mc / mc_checkpoint.c
index 1e2bcd1..4b8283b 100644 (file)
@@ -4,7 +4,8 @@
 /* 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. */
 
-#include <libgen.h>
+#define _GNU_SOURCE
+#include <string.h>
 #include "mc_private.h"
 #include "xbt/module.h"
 
@@ -273,7 +274,6 @@ static void MC_find_object_address(memory_map_t maps, mc_object_info_t result) {
   xbt_assert(result->start_text);
 
   MC_get_plt_section(result);
-  return result;
 }
 
 /** \brief Fills the position of the .plt and .got.plt sections. */