diff options
Diffstat (limited to 'Source/Particles/ShapeFactors.H')
-rw-r--r-- | Source/Particles/ShapeFactors.H | 2 |
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; } }; /** |