Skip to content

Fix GCC 13.2.1 compilation errors#20

Open
killerdevildog wants to merge 1 commit intomdavisprog:mainfrom
killerdevildog:fix-gcc13-compilation-errors
Open

Fix GCC 13.2.1 compilation errors#20
killerdevildog wants to merge 1 commit intomdavisprog:mainfrom
killerdevildog:fix-gcc13-compilation-errors

Conversation

@killerdevildog
Copy link

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

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

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

These changes maintain backwards compatibility while ensuring the code
compiles cleanly with modern GCC versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation error GNU 13.2.1

1 participant

Comments