Skip to content

Commit 15feda4

Browse files
authored
ADIOS 2.9: Avoid Unused Param Warning (#1503)
Fix a new warning.
1 parent 358e0ab commit 15feda4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IO/ADIOS/ADIOS2IOHandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,7 @@ namespace detail
18241824
auto defineAttribute =
18251825
[&IO, &fullName, &modifiable, &impl](auto const &...args) {
18261826
#if openPMD_HAS_ADIOS_2_9
1827+
(void)impl;
18271828
auto attr = IO.DefineAttribute(
18281829
fullName,
18291830
args...,

0 commit comments

Comments
 (0)