Skip to content

Remove all warnings in VirtualFluids CPU (Closes #6, #7)

After all this MR should remove all remaining compiler warnings from VirtualFluids CPU. These warnings were mostly:

  • signed/unsigned mismatches
  • unused variables and parameters
  • some unnecessary semicolons

Merge request reports