Skip to content

Commit

Permalink
Fixed some warnings: 1. removed the warning option (-Wc99-c11-compat)…
Browse files Browse the repository at this point in the history
… for GNU compiler; 2. changed #if to #ifdef for H5_HAVE_MULTITHREAD.
  • Loading branch information
raylu3 committed Feb 14, 2024
1 parent 4469d91 commit 392864a
Show file tree
Hide file tree
Showing 17 changed files with 3,979 additions and 3,197 deletions.
4 changes: 2 additions & 2 deletions hdf5/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
[m4_warning([this file was generated for autoconf 2.71.
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],,
[m4_warning([this file was generated for autoconf 2.72.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
Expand Down
Loading

0 comments on commit 392864a

Please sign in to comment.