src/include/h5core/h5.h

- definition of UNUSED_ARGUMENTS() moved to 'src/h5core/h5_private.h'
This commit is contained in:
2015-10-08 16:14:09 +02:00
parent 33129a4793
commit cf067f7c56
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@
#include "h5_types_private.h"
#include "h5_errorhandling_private.h"
#define UNUSED_ARGUMENT(x) (void)x
static inline h5_err_t
check_filehandle (
const h5_file_p f
-2
View File
@@ -13,8 +13,6 @@
#include "h5core/h5_types.h"
#include <hdf5.h>
#define UNUSED_ARGUMENT(x) (void)x
// dummy MPI calls for serial code
#if !defined (PARALLEL_IO)
#define MPI_Init(argc, argv)