Skip to content

Commit

Permalink
ADIOS 2.9: Avoid Unused Param Warning (#1503)
Browse files Browse the repository at this point in the history
Fix a new warning.
  • Loading branch information
ax3l authored Aug 10, 2023
1 parent 358e0ab commit 15feda4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IO/ADIOS/ADIOS2IOHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,7 @@ namespace detail
auto defineAttribute =
[&IO, &fullName, &modifiable, &impl](auto const &...args) {
#if openPMD_HAS_ADIOS_2_9
(void)impl;
auto attr = IO.DefineAttribute(
fullName,
args...,
Expand Down

0 comments on commit 15feda4

Please sign in to comment.