From ab72af3fe2367411d04c838acac97404a72ff3d5 Mon Sep 17 00:00:00 2001 From: cherierm Date: Thu, 26 Oct 2006 11:51:45 +0000 Subject: [PATCH] fixe the last warning git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2906 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surf_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index b163d3f462..de63af8a05 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -72,7 +72,7 @@ extern xbt_dynar_t surf_path; * case the function returns "./" that represents the current * directory on Unix/Linux platforms. */ -const char* __surf_get_initial_path(); +const char* __surf_get_initial_path(void); /* The __surf_is_absolute_file_path() returns 1 if * file_path is a absolute file path, in the other -- 2.20.1