summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-03-07 14:32:45 (GMT)
committerGitHub <noreply@github.com>2022-03-07 14:32:45 (GMT)
commit16f482de8f6f9a7447bf1d73702377b994b58aff (patch)
tree078f8c9210898ba3e048104a2ff7c6c29af0a4ca
parent44d992684080f52e31c46c9c88b2ed16b1572e5f (diff)
downloadhdf5-16f482de8f6f9a7447bf1d73702377b994b58aff.zip
hdf5-16f482de8f6f9a7447bf1d73702377b994b58aff.tar.gz
hdf5-16f482de8f6f9a7447bf1d73702377b994b58aff.tar.bz2
Remove addition of non-standalone use of H5_ATTR_FORMAT (#1470)
-rw-r--r--tools/src/h5perf/pio_perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5perf/pio_perf.c b/tools/src/h5perf/pio_perf.c
index 7e12bed..c233684 100644
--- a/tools/src/h5perf/pio_perf.c
+++ b/tools/src/h5perf/pio_perf.c
@@ -199,7 +199,7 @@ static int destroy_comm_world(void);
static void output_results(const struct options *options, const char *name, minmax *table, int table_size,
off_t data_size);
static void output_times(const struct options *options, const char *name, minmax *table, int table_size);
-static void output_report(const char *fmt, ...) H5_ATTR_FORMAT(printf, 1, 2);
+static void output_report(const char *fmt, ...);
static void print_indent(register int indent);
static void usage(const char *prog);
static void report_parameters(struct options *opts);