mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r8659] Purpose:
bug fix Description: a prototype for a new function used by h5tools_str.c was accidently left in that file the c++ treats this as an error Solution: removed the prototype, and pointed to the correct one (in h5tools_ref.h ) Platforms tested: Free BSD (c++) linux Misc. update:
This commit is contained in:
parent
ae69372425
commit
2194263d1b
@ -2265,10 +2265,5 @@ main (int argc, const char *argv[])
|
||||
leave(0);
|
||||
}
|
||||
|
||||
/* dummy function */
|
||||
char *
|
||||
lookup_ref_path(hobj_ref_t ref)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
@ -26,8 +26,8 @@
|
||||
#include "H5private.h"
|
||||
#include "h5tools.h" /*for h5dump_t structure */
|
||||
#include "h5tools_str.h" /*function prototypes */
|
||||
#include "h5tools_ref.h"
|
||||
|
||||
extern char* lookup_ref_path(hobj_ref_t ref);
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user