Skip to content

Initialize variables to avoid errors in the release build#758

Merged
mkhansenbot merged 1 commit intolifecyclefrom
fix-release-build
May 28, 2019
Merged

Initialize variables to avoid errors in the release build#758
mkhansenbot merged 1 commit intolifecyclefrom
fix-release-build

Conversation

@mjeronimo
Copy link

Description

  • In the release build, there were a few occurances of uninitialized variables. These values are set by the get_parameter call, but the compiler doesn't know that, and issues a warning. With warnings treated as errors, this resulted in a release build failure.

Loading
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.

4 participants