summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-07 02:13:37 (GMT)
committerGitHub <noreply@github.com>2023-06-07 02:13:37 (GMT)
commit150b424a200d271379c839ec1e39ad63fec9c310 (patch)
tree06c7a09019fe003667788d5c71b172e4a25f1e7c
parentc82ddf3913f679e1bfa5241cec687377b6e2667c (diff)
downloadhdf5-150b424a200d271379c839ec1e39ad63fec9c310.zip
hdf5-150b424a200d271379c839ec1e39ad63fec9c310.tar.gz
hdf5-150b424a200d271379c839ec1e39ad63fec9c310.tar.bz2
Add netCDF and HDF-EOS5 badges to README.md (#3065)
-rw-r--r--README.md2
-rw-r--r--src/H5private.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b30fd3d..50ca6c3 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ HDF5 version 1.15.0 currently under development
![HDF5 Logo](doxygen/img/HDF5.png)
[![develop build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/main.yml?branch=develop&label=develop)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Adevelop)
+[![HDF-EOS5 build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/hdfeos5.yml?branch=develop&label=HDF-EOS5)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Adevelop)
+[![netCDF build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/netcdf.yml?branch=develop&label=netCDF)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Adevelop)
[![1.14 build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/main.yml?branch=hdf5_1_14&label=1.14)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Ahdf5_1_14)
[![1.12 build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/main.yml?branch=hdf5_1_12&label=1.12)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Ahdf5_1_12)
[![1.10 build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/main.yml?branch=hdf5_1_10&label=1.10)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Ahdf5_1_10)
diff --git a/src/H5private.h b/src/H5private.h
index 564c0a9..b138301 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -194,7 +194,7 @@
# define H5_ATTR_DEBUG_API_USED /*void*/
# else
# define H5_ATTR_DEBUG_API_USED H5_ATTR_UNUSED
-# endif /* H5_DEBUG_API */
+# endif
# ifndef NDEBUG
# define H5_ATTR_NDEBUG_UNUSED /*void*/