Skip to content

Commit

Permalink
Test compile info
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Nov 22, 2024
1 parent f3cc44c commit a4b5e66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/H5FL.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ H5FL_init(void)
} /* end H5FL_init() */
#endif /* H5_HAVE_CONCURRENCY */

#ifdef H5_HAVE_CONCURRENCY
#error "H5_HAVE_CONCURRENCY"
#else /* H5_HAVE_CONCURRENCY */
#error "NOT H5_HAVE_CONCURRENCY"
#endif /* H5_HAVE_CONCURRENCY */

/*--------------------------------------------------------------------------
NAME
H5FL_term_package
Expand Down

0 comments on commit a4b5e66

Please sign in to comment.