We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e38e6 commit dadc924Copy full SHA for dadc924
ompi/util/timings.h
@@ -223,7 +223,7 @@ typedef struct ompi_timing_t {
223
#else
224
#define OMPI_TIMING_INIT(size)
225
226
-#define OMPI_TIMING_NEXT(fmt, ...)
+#define OMPI_TIMING_NEXT(...)
227
228
#define OMPI_TIMING_APPEND(desc,ts)
229
opal/util/timings.h
@@ -209,7 +209,7 @@ opal_timing_ts_func_t opal_timing_ts_func(opal_timer_type_t type);
209
210
#define OPAL_TIMING_ENV_INIT_PREFIX(prefix)
211
212
-#define OPAL_TIMING_ENV_NEXT(h, fmt, ... )
+#define OPAL_TIMING_ENV_NEXT(h, ... )
213
214
#define OPAL_TIMING_ENV_CNT_PREFIX(prefix, func)
215
0 commit comments