summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-29 21:28:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-29 21:28:31 (GMT)
commit22303f9d3f867e01da2bdf7f1b9246779ca88ccb (patch)
treea7ff6aa1a5949ecc3eb93bc30f2de8fe1094b9e9 /src/H5FDlog.c
parentc40d42e6b6bc2b3ad06100623f06eb1d1e07203c (diff)
downloadhdf5-22303f9d3f867e01da2bdf7f1b9246779ca88ccb.zip
hdf5-22303f9d3f867e01da2bdf7f1b9246779ca88ccb.tar.gz
hdf5-22303f9d3f867e01da2bdf7f1b9246779ca88ccb.tar.bz2
[svn-r3027] Purpose:
Bug fix Description: "UNUSED" macro was in wrong place for older versions of gcc Solution: Moved the "UNUSED" macro to the right of the H5FD_t type declaration and the compiler was happy... Platforms tested: Solaris X86 2.5 (hatteras)
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r--src/H5FDlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index 195e34c..af40afc 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -638,7 +638,7 @@ H5FD_log_cmp(const H5FD_t *_f1, const H5FD_t *_f2)
*-------------------------------------------------------------------------
*/
static herr_t
-H5FD_log_query(const UNUSED H5FD_t *_f, unsigned long *flags /* out */)
+H5FD_log_query(const H5FD_t UNUSED *_f, unsigned long *flags /* out */)
{
herr_t ret_value=SUCCEED;