Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix uninitialized variable references #112

Conversation

XenuIsWatching
Copy link
Contributor

This commit adds initialization for the variables that can be used potentially uninitialized so that GCC does not generate warnings while building.

This commit adds initialization for the variables that can be used
potentially uninitialized so that GCC does not generate warnings while
building.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
@christophe0606 christophe0606 merged commit c5b23d5 into ARM-software:main Aug 2, 2023
1 check passed
carlescufi pushed a commit to zephyrproject-rtos/cmsis-dsp that referenced this pull request Sep 21, 2023
This commit adds initialization for the variables that can be used
potentially uninitialized so that GCC does not generate warnings while
building.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
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