Skip to content

fix compilation issue

Mohd Mehdi requested to merge fix_compilation_issue into devel
  • a label can only be part of a statement and a declaration is not a statement
  • this was being thrown because of declaration after a switch case case label

Merge request reports