1
1

Cleanup warnings when timing is not enabled

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
This commit is contained in:
Ralph Castain 2017-04-11 15:51:29 -07:00
parent 97e38e6d84
commit dadc924cde
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ typedef struct ompi_timing_t {
#else
#define OMPI_TIMING_INIT(size)
#define OMPI_TIMING_NEXT(fmt, ...)
#define OMPI_TIMING_NEXT(...)
#define OMPI_TIMING_APPEND(desc,ts)

View File

@ -209,7 +209,7 @@ opal_timing_ts_func_t opal_timing_ts_func(opal_timer_type_t type);
#define OPAL_TIMING_ENV_INIT_PREFIX(prefix)
#define OPAL_TIMING_ENV_NEXT(h, fmt, ... )
#define OPAL_TIMING_ENV_NEXT(h, ... )
#define OPAL_TIMING_ENV_CNT_PREFIX(prefix, func)