From ae63d4bf4f8201707e16344e62b781e7eaad65fa Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 8 Apr 2008 15:32:38 -0500 Subject: [svn-r14821] Having this signature H5_DLL herr_t H5_build_extpath(const char *, char **/*out*/); makes this stupid warning in windows that gets repeated in every source file c:\_pvn\hdf5\src\h5private.h(958) : warning C4138: '*/' found outside of comment changed signature to H5_DLL herr_t H5_build_extpath(const char *, char ** /*out*/ ); compiler is happy now tested: windows, linux --- src/H5private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5private.h b/src/H5private.h index 6a5590b..97735a2 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -955,7 +955,7 @@ extern char *strdup(const char *s); #endif #define COLON_SEPC ':' -H5_DLL herr_t H5_build_extpath(const char *, char **/*out*/); +H5_DLL herr_t H5_build_extpath(const char *, char ** /*out*/ ); /* -- cgit v0.12