summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-04-08 20:32:38 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-04-08 20:32:38 (GMT)
commitae63d4bf4f8201707e16344e62b781e7eaad65fa (patch)
treeac7864e9914021f03324ac03cf31247d74fddd1a /src/H5private.h
parent9e1746c22b589f2c21320b9167a3f33f7115d921 (diff)
downloadhdf5-ae63d4bf4f8201707e16344e62b781e7eaad65fa.zip
hdf5-ae63d4bf4f8201707e16344e62b781e7eaad65fa.tar.gz
hdf5-ae63d4bf4f8201707e16344e62b781e7eaad65fa.tar.bz2
[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
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
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*/ );
/*