X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ba065168ee9c196181f609e3522acfbbd863f63..9deb0e2a4e935092d6a93beff6ad97e1f7970705:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 306050c5d4..a7b0705553 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -14,7 +14,7 @@ #include "xbt/file.h" #include "xbt/dict.h" #include "surf/surfxml_parse.h" -#include "surf/surf_private.h" +#include "src/surf/surf_private.h" #include "surf/random_mgr.h" #include "simgrid/sg_config.h" @@ -374,7 +374,7 @@ void surf_parse_free_callbacks(void) /* Stag and Etag parse functions */ void STag_surfxml_platform(void) { - _XBT_GNUC_UNUSED double version = surf_parse_get_double(A_surfxml_platform_version); + XBT_ATTRIB_UNUSED double version = surf_parse_get_double(A_surfxml_platform_version); xbt_assert((version >= 1.0), "******* BIG FAT WARNING *********\n " "You're using an ancient XML file.\n" @@ -479,6 +479,7 @@ void ETag_surfxml_host(void) { host.coord = A_surfxml_host_coordinates; sg_platf_new_host(&host); + xbt_dynar_free(&host.power_peak); current_property_set = NULL; }