OctaneGUI icon indicating copy to clipboard operation
OctaneGUI copied to clipboard

Fix GCC 13.2.1 compilation errors

Open killerdevildog opened this issue 6 months ago • 0 comments

  • Remove redundant std::move in TextInput::AddText to fix -Werror=redundant-move
  • Add missing #include in TestSuite.h for uint32_t type
  • Fixes #16: Compilation error GNU 13.2.1

These changes maintain backwards compatibility while ensuring the code compiles cleanly with modern GCC versions.

killerdevildog avatar Aug 01 '25 21:08 killerdevildog