Skip to content

Commit 135aa66

Browse files
Merge pull request #392 from chrisemblhh/ubuntu-12.04-build
Hide deprecated HDF5 API
2 parents 4dca148 + 5ebd9f5 commit 135aa66

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/napi5.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
#define NX5SIGNATURE 959695
55

6+
/* Hide deprecated API from HDF5 versions before 1.8
7+
* Required to build on Ubuntu 12.04 */
8+
#define H5_NO_DEPRECATED_SYMBOLS
9+
610
#include <hdf5.h>
711

812
/* HDF5 interface */

0 commit comments

Comments
 (0)