Skip to content

Remove unnecessary consts from integer return types to avoid icc warnings

Dave Moxey requested to merge dmoxey/nektar:fix/const-warnings into master

This MR removes unnecessary consts from integer return types to avoid many, many warnings from the Intel compiler.

Merge request reports