danieljprice / phantom

Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
https://phantomsph.github.io
Other
103 stars 224 forks source link

Fix compiler warnings #386

Closed danieljprice closed 1 year ago

danieljprice commented 1 year ago

Type of PR: fix compiler warnings on the master branch, also remove some more shouting

Description: See #349 would like to get code to be able to compile with -Werror in pull requests, i.e. with no new warnings introduced. To achieve this we have to first eliminate all compiler warnings on the master branch

Testing: compiles with no warnings

Did you run the bots? yes