src/include/h5core/h5_log.h

- macro H5_DEBUG_NONE added
This commit is contained in:
2018-02-01 15:21:30 +01:00
parent 094117a631
commit 12ef028ed2
+1
View File
@@ -35,6 +35,7 @@ extern const char* H5_VER_STRING;
#define H5_DEBUG_MALLOC (1<<9)
#define H5_DEBUG_CLIB (1<<10)
#define H5_DEBUG_NONE (0)
#define H5_DEBUG_ALL (-1 & ~0x3)
extern char* h5_rfmts[];