aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.cpp
diff options
context:
space:
mode:
authorGravatar Weiqun Zhang <WeiqunZhang@lbl.gov> 2020-10-23 12:41:46 -0700
committerGravatar GitHub <noreply@github.com> 2020-10-23 12:41:46 -0700
commiteb160d079e86176a2f42e431f1a6178a32075fed (patch)
tree5a9c785887eae56fd2f19df0ed0e18d46c71d1cb /Source/Python/WarpXWrappers.cpp
parentbc3bf28155c3257e7fd6386bd43a9f9fd52b7287 (diff)
downloadWarpX-eb160d079e86176a2f42e431f1a6178a32075fed.tar.gz
WarpX-eb160d079e86176a2f42e431f1a6178a32075fed.tar.zst
WarpX-eb160d079e86176a2f42e431f1a6178a32075fed.zip
Fix Warning for SigmaBox FabFactory (#1466)
Diffstat (limited to 'Source/Python/WarpXWrappers.cpp')
-rw-r--r--Source/Python/WarpXWrappers.cpp2
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();
}