Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix code that prevent warnings when compile in gcc 12.
CI UT actions go CMake config phase with same gcc version, so all tests binary are used to compiled by gcc850 only. Previous CI configure use self hosted compile machine with no parallels, so last test group have to wait till all compile tasks are finished. That will always spent about 26min. for UT.
All paralleled compile and tests have no dependencies between jobs, with base image that all dependencies are pre-installed, each round of compile + test runs about 18min. All test jobs may able to be finished in less than 20min.