JeffersonLab / iguana

Preservation of common physics data analysis algorithms. Currently focused on HIPO data.
https://jeffersonlab.github.io/iguana/
GNU Lesser General Public License v3.0
2 stars 7 forks source link

fix: treat warnings as errors and fix them #239

Closed c-dilks closed 2 months ago

c-dilks commented 2 months ago

To prevent warnings (which can be real issues) from slipping through the cracks, build with -werror, so CI jobs fail if there are warnings. This is not the default build option, so that developers can still make test builds if there are warnings.

Fixed the following warnings: