ncsu-landscape-dynamics / pops-core

PoPS Core: C++ library for the Pest or Pathogen Spread Model
https://ncsu-landscape-dynamics.github.io/pops-core
GNU General Public License v2.0
5 stars 2 forks source link

Compile with more strict compiler settings in CI #201

Closed wenzeslaus closed 3 months ago

wenzeslaus commented 9 months ago

Things like "variable set but not used" can slip through the current CI.

wenzeslaus commented 3 months ago

This should be fixed by #216. For GCC, -Wall turns on -Wunused-but-set-variable and -Werror is now enabled in CI.