src/include/h5core/h5.h
- definition of UNUSED_ARGUMENTS() moved to 'src/h5core/h5_private.h'
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user