diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.cpp')
-rw-r--r-- | Source/Python/WarpXWrappers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp index 0944e1c06..ac0f60449 100644 --- a/Source/Python/WarpXWrappers.cpp +++ b/Source/Python/WarpXWrappers.cpp @@ -125,7 +125,7 @@ extern "C" } #endif - void amrex_finalize (int finalize_mpi) + void amrex_finalize (int /*finalize_mpi*/) { amrex::Finalize(); } |