mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r11286] Purpose:
bug fix Description: The set of h5diffdebugN macros that printed nothing did not have the proper number of parameters. Some compilers (gcc) did not like it. Solution: Fixed them to have the matching number of parameters. Platforms tested: heping pp (using both mpich-icc and mpich-gcc), modi4 pp.
This commit is contained in:
parent
b7d43b0cf0
commit
80a9a3df0c
@ -28,10 +28,10 @@
|
||||
#define h5diffdebug5(x1, x2, x3, x4, x5) fprintf(stderr, "h5diff debug: " x1, x2, x3, x4, x5)
|
||||
#else
|
||||
#define h5diffdebug(x)
|
||||
#define h5diffdebug2(x)
|
||||
#define h5diffdebug3(x)
|
||||
#define h5diffdebug4(x)
|
||||
#define h5diffdebug5(x)
|
||||
#define h5diffdebug2(x1, x2)
|
||||
#define h5diffdebug3(x1, x2, x3)
|
||||
#define h5diffdebug4(x1, x2, x3, x4)
|
||||
#define h5diffdebug5(x1, x2, x3, x4, x5)
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user