mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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
This commit is contained in:
parent
9e1746c22b
commit
ae63d4bf4f
@ -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*/ );
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user