summaryrefslogtreecommitdiffstats
path: root/hl/c++
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-05 16:35:05 (GMT)
committerGitHub <noreply@github.com>2021-02-05 16:35:05 (GMT)
commitb3934e99ebecee285cb63f07cc793d40323ffe33 (patch)
treeb7eabe1e5d5984185148044a39dbc009fbf3cc9b /hl/c++
parenta06693be21d93a2b374b013dfc3e845b4e274a58 (diff)
downloadhdf5-b3934e99ebecee285cb63f07cc793d40323ffe33.zip
hdf5-b3934e99ebecee285cb63f07cc793d40323ffe33.tar.gz
hdf5-b3934e99ebecee285cb63f07cc793d40323ffe33.tar.bz2
Changes for sanitize=address (#312)
* OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction * Update supported platforms * Revert whitespace changes * Correct whitespace * Changes from PR#3
Diffstat (limited to 'hl/c++')
-rw-r--r--hl/c++/examples/ptExampleFL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/examples/ptExampleFL.cpp b/hl/c++/examples/ptExampleFL.cpp
index d0b62da..3b1c655 100644
--- a/hl/c++/examples/ptExampleFL.cpp
+++ b/hl/c++/examples/ptExampleFL.cpp
@@ -73,7 +73,7 @@ main(void)
if (err < 0)
fprintf(stderr, "Error getting packet count.");
- printf("Number of packets in packet table after five appends: %d\n", count);
+ printf("Number of packets in packet table after five appends: %llu\n", count);
/* Initialize packet table's "current record" */
ptable.ResetIndex();