Skip to content

Various minor fixes and compiler warnings

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

This MR fixes a few lingering issues before release of 5.0b:

  • Various compiler warnings and CMake warnings for policy issues on newer CMake versions.
  • Remove a bunch of old XML files and an automake file (!)
  • Add a .gitattributes that makes git archive more sane, and enables union merge for CHANGELOG.md.
  • Fixes for macOS tests where SessionReader constructor throws a segfault if no arguments are passed.

Merge request reports