mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1694] Fixed various compiler warnings
This commit is contained in:
parent
f1917f0754
commit
72cf03cdbd
@ -198,7 +198,7 @@ main (void)
|
||||
* Operator function.
|
||||
*/
|
||||
herr_t
|
||||
attr_info(hid_t loc_id, const char *name, void *opdata)
|
||||
attr_info(hid_t loc_id, const char *name, void UNUSED *opdata)
|
||||
{
|
||||
hid_t attr, atype, aspace; /* Attribute, datatype and dataspace identifiers */
|
||||
int rank;
|
||||
|
@ -151,7 +151,7 @@ main(void)
|
||||
/*
|
||||
* Operator function.
|
||||
*/
|
||||
herr_t file_info(hid_t loc_id, const char *name, void *opdata)
|
||||
herr_t file_info(hid_t UNUSED loc_id, const char *name, void UNUSED *opdata)
|
||||
{
|
||||
/*
|
||||
* Display group name. The name is passed to the function by
|
||||
@ -168,7 +168,7 @@ herr_t file_info(hid_t loc_id, const char *name, void *opdata)
|
||||
/*
|
||||
* Operator function.
|
||||
*/
|
||||
herr_t group_info(hid_t loc_id, const char *name, void *opdata)
|
||||
herr_t group_info(hid_t loc_id, const char *name, void UNUSED *opdata)
|
||||
{
|
||||
hid_t did; /* dataset identifier */
|
||||
hid_t tid; /* datatype identifier */
|
||||
|
Loading…
x
Reference in New Issue
Block a user