AMReX-Fluids / IAMR

A parallel, adaptive mesh refinement (AMR) code that solves the variable-density incompressible Navier-Stokes equations.
https://amrex-fluids.github.io/IAMR/
80 stars 57 forks source link

Reduce compiler warnings #104

Closed esclapez closed 2 years ago

esclapez commented 2 years ago

Remove most of the compiler warnings pertaining to unused variables, shadowed variables or pedantic extra ; I didn't remove but simply commented out some function unused arguments because I was unsure of their previous usage.