Skip to content

Fix error and warnings from compilation with gcc13.

Heinrich Schindler requested to merge gcc13 into master
  • Remove unused class PassivePtr.
  • Increase size of char array to avoid warning 'sprintf' may write a terminating nul past the end of the destination.

Merge request reports