Skip to content

Fix (most) warnings from gcc

Douglas Serson requested to merge fix/gcc-warnings into master

This fixes some simple warnings (mostly unused variables and declaring int i inside and outside a for).

From the outputs of buildbot, it seems the remaining warnings are either from ThirdyParty or from gcc being dumb.

Merge request reports