Skip to content

[test] Add some default initialization in shuffle_test to please gcc …#1296

Open
JohanMabille wants to merge 2 commits intoxtensor-stack:masterfrom
JohanMabille:uninitialized_error
Open

[test] Add some default initialization in shuffle_test to please gcc …#1296
JohanMabille wants to merge 2 commits intoxtensor-stack:masterfrom
JohanMabille:uninitialized_error

Conversation

@JohanMabille
Copy link
Copy Markdown
Member

…static analysis

The extra initialization is redundant with the call to std::fill, but GCC 13 seems to ignore it. And it's just tests so not performance critical.

Just to test if the CI failure is legit.

serge-sans-paille and others added 2 commits April 10, 2026 07:47
…static analysis

The extra initialization is redundant with the call to std::fill, but
GCC 13 seems to ignore it. And it's just tests so not performance
critical.
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.

2 participants