Skip to content

Fix issues with unused variables

Kenneth Moreland requested to merge kmorel/icet:gcc-warnings into master

GCC does a better job of finding variables that are set but not used. Fix those warnings.

Merge request reports