issues with Intel C 11.1 fixed

This commit is contained in:
2011-06-24 10:10:20 +00:00
parent 8030a7246b
commit c1eadeb678
2 changed files with 10 additions and 4 deletions
+6
View File
@@ -180,6 +180,12 @@ done: \
goto done; \
}
#define TRY3( type, expr ) \
if ((int64_t)(ptrdiff_t)(expr) <= (int64_t)H5_ERR) { \
ret_value = (type) H5_ERR; \
goto done; \
}
#ifdef __cplusplus
}
#endif