Skip to content

COMP: Remove uninialized variable warning in wavelet filters#917

Merged
SimonRit merged 1 commit intoRTKConsortium:mainfrom
SimonRit:warning-init
Mar 6, 2026
Merged

COMP: Remove uninialized variable warning in wavelet filters#917
SimonRit merged 1 commit intoRTKConsortium:mainfrom
SimonRit:warning-init

Conversation

@SimonRit
Copy link
Collaborator

@SimonRit SimonRit commented Mar 6, 2026

GCC warnings were, e.g.,

/usr/include/c++/13/bits/stl_vector.h:1292:28: warning: ‘temp’ may be used uninitialized [-Wmaybe-uninitialized]

GCC warnings were, e.g.,
```
/usr/include/c++/13/bits/stl_vector.h:1292:28: warning: ‘temp’ may be used uninitialized [-Wmaybe-uninitialized]
```
@SimonRit SimonRit merged commit 57a62be into RTKConsortium:main Mar 6, 2026
24 of 25 checks passed
@SimonRit
Copy link
Collaborator Author

SimonRit commented Mar 6, 2026

Failing Python tests is due to recent changes in CudaCommon, will be fixed with #906 when CudaCommon is released (soon).

@SimonRit SimonRit deleted the warning-init branch March 6, 2026 13:25
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.

1 participant