summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_introspect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLnative_introspect.c')
-rw-r--r--src/H5VLnative_introspect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLnative_introspect.c b/src/H5VLnative_introspect.c
index 0cc6ee4..e322395 100644
--- a/src/H5VLnative_introspect.c
+++ b/src/H5VLnative_introspect.c
@@ -75,7 +75,7 @@ H5VL__native_introspect_opt_query(void H5_ATTR_UNUSED *obj, H5VL_subclass_t subc
FUNC_ENTER_PACKAGE
/* Sanity check */
- HDassert(flags);
+ assert(flags);
/* The native VOL connector supports all optional operations */
*flags = H5VL_OPT_QUERY_SUPPORTED;