Fix warnings
This commit is contained in:
@ -489,7 +489,7 @@ class KissFFTKokkos {
|
|||||||
* It can be freed with free(), rather than a kiss_fft-specific function.
|
* It can be freed with free(), rather than a kiss_fft-specific function.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static kiss_fft_state_kokkos<DeviceType> kiss_fft_alloc_kokkos(int nfft, int inverse_fft, void *mem, size_t *lenmem)
|
static kiss_fft_state_kokkos<DeviceType> kiss_fft_alloc_kokkos(int nfft, int inverse_fft, void * /*mem*/, size_t * /*lenmem*/)
|
||||||
{
|
{
|
||||||
kiss_fft_state_kokkos<DeviceType> st;
|
kiss_fft_state_kokkos<DeviceType> st;
|
||||||
int i;
|
int i;
|
||||||
|
|||||||
@ -545,7 +545,7 @@ void WriteRestart::force_fields()
|
|||||||
all procs call this method, only proc 0 writes to file
|
all procs call this method, only proc 0 writes to file
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
void WriteRestart::file_layout(int send_size)
|
void WriteRestart::file_layout(int /*send_size*/)
|
||||||
{
|
{
|
||||||
if (me == 0) write_int(MULTIPROC,multiproc);
|
if (me == 0) write_int(MULTIPROC,multiproc);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user