Skip to content

address a number of gcc9 warnings

Gerhard Raven requested to merge fix-gcc-warning into master
  • Fix spurious gcc maybe-uninitialized warning (which wasn't suppressed for gcc9)
  • Fix a number of "implicitly-declared 'constexpr T& T::operator=(const T&)' is deprecated [-Wdeprecated-copy]" gcc9 warnings
Edited by Marco Cattaneo

Merge request reports