aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/ShapeFactors.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/ShapeFactors.H')
-rw-r--r--Source/Particles/ShapeFactors.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/ShapeFactors.H b/Source/Particles/ShapeFactors.H
index 917f0872d..835d1237e 100644
--- a/Source/Particles/ShapeFactors.H
+++ b/Source/Particles/ShapeFactors.H
@@ -23,7 +23,7 @@ struct Compute_shape_factor
{
template< typename T >
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
- int operator()(T* const sx, T xint) const { return 0; }
+ int operator()(T* const /*sx*/, T /*xint*/) const { return 0; }
};
/**