mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-12 15:04:59 +08:00
[svn-r23988] Description:
Make compiler happier and issue less warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8
This commit is contained in:
parent
825fe56892
commit
5c3bd21963
@ -39,8 +39,9 @@ typedef struct H5E_t H5E_t;
|
||||
* (Shouldn't need to be used outside this header file)
|
||||
*/
|
||||
#define HCOMMON_ERROR(maj, min, ...) \
|
||||
HERROR(maj, min, __VA_ARGS__); \
|
||||
err_occurred = TRUE;
|
||||
HERROR(maj, min, __VA_ARGS__); \
|
||||
err_occurred = TRUE; \
|
||||
err_occurred = err_occurred; /* Shut GCC warnings up! */
|
||||
|
||||
/*
|
||||
* HDONE_ERROR macro, used to facilitate error reporting between a
|
||||
|
Loading…
Reference in New Issue
Block a user