Skip to content

Fix some warnings caught by gfortran

Micael Oliveira requested to merge fix_some_warnings into develop

Description

Fix warnings generated by gfortran when using the following flags: -Winteger-division. -Wunused-parameter, and -Wcharacter-truncation. Some of these problems were actual bugs.

News snippet

Fix some warnings caught by gfortran.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports