mrc-ide / covid-sim

This is the COVID-19 CovidSim microsimulation model developed by the MRC Centre for Global Infectious Disease Analysis hosted at Imperial College, London.
GNU General Public License v3.0
1.23k stars 256 forks source link

Fix minor warnings #450

Closed weshinsley closed 4 years ago

weshinsley commented 4 years ago

This PR clears all warnings shown when compiling with g++ with these flags: -Wall -Wextra -Wwrite-strings -Wmissing-declarations -Wshadow

weshinsley commented 4 years ago

Fixes issue #171 and I think also issue #378