Skip to content

Fix warnings

Xavier Garrido requested to merge xgarrido/CAMEL:fix-warnings into master
  1. remove or comment unused variables
  2. initialized variables before use as well as pointers
  3. use std::vector and remove static array with undefined size at compilation time

Merge request reports