Skip to content

Fix/icc warnings

Chris Cantwell requested to merge fix/icc-warnings into master

This MR just fixes a few warnings produced by the Intel compiler:

  • Pointless const on return types passed by value
  • Ambiguous indentation after loops without braces

Merge request reports