Skip to content

Removing cppcheck smells from femul

Guillaume Baulieu requested to merge smells_femul into preprod
  • Replace C-style casts with C++ casts
  • Declare constructors with one argument as 'explicit' to avoid implicit casts
  • Remove unused variables
  • Simplification of the listKeysAndExit() function

Merge request reports