summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 651c93e..539e93c 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -150,10 +150,10 @@
* we don't.
*/
#ifdef HAVE_ATTRIBUTE
-# define __unused__ __attribute__((unused))
+# define UNUSED __attribute__((unused))
#else
# define __attribute__(X) /*void*/
-# define __unused__ /*void*/
+# define UNUSED /*void*/
#endif
/*