We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dca148 + 5ebd9f5 commit 135aa66Copy full SHA for 135aa66
1 file changed
include/napi5.h
@@ -3,6 +3,10 @@
3
4
#define NX5SIGNATURE 959695
5
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
+
10
#include <hdf5.h>
11
12
/* HDF5 interface */
0 commit comments