Skip to content

Commit

Permalink
Added missing #define lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Jul 11, 2024
1 parent b236b2d commit b43d115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/lib/h5tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#if defined(H5_HAVE_ATTRIBUTE) && !defined(__SUNPRO_C)
#define H5_ATTR_FORMAT(X, Y, Z) __attribute__((format(X, Y, Z)))
#define H5_ATTR_UNUSED __attribute__((unused))
#else
# define H5_ATTR_FORMAT(X, Y, Z) /*void*/
# define H5_ATTR_UNUSED /*void*/
#endif

#include "h5tools_error.h"
Expand Down

0 comments on commit b43d115

Please sign in to comment.