mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r11275] Purpose:
cleanup Description: Disable the debug printout. Platforms tested: heping pp. Misc. update:
This commit is contained in:
parent
96e92e0a4c
commit
20c9e7bc06
@ -20,13 +20,19 @@
|
||||
/*
|
||||
* Debug printf macros. The prefix allows output filtering by test scripts.
|
||||
*/
|
||||
#ifdef debug
|
||||
#define h5diffdebug(x) fprintf(stderr, "h5diff debug: " x)
|
||||
#define h5diffdebug2(x1, x2) fprintf(stderr, "h5diff debug: " x1, x2)
|
||||
#define h5diffdebug3(x1, x2, x3) fprintf(stderr, "h5diff debug: " x1, x2, x3)
|
||||
#define h5diffdebug4(x1, x2, x3, x4) fprintf(stderr, "h5diff debug: " x1, x2, x3, x4)
|
||||
#define h5diffdebug5(x1, x2, x3, x4, x5) fprintf(stderr, "h5diff debug: " x1, x2, x3, x4, x5)
|
||||
#define h5diffdebug6(x1, x2, x3, x4, x5, x6) fprintf(stderr, "h5diff debug: " x1, x2, x3, x4, x5, x6)
|
||||
|
||||
#else
|
||||
#define h5diffdebug(x)
|
||||
#define h5diffdebug2(x)
|
||||
#define h5diffdebug3(x)
|
||||
#define h5diffdebug4(x)
|
||||
#define h5diffdebug5(x)
|
||||
#endif
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user